javax.enterprise.inject
Annotation Type Stereotype


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
@Documented
public @interface Stereotype

Steretypes are used for inheriting the meta annotations that are defined on the stereotyped annotation from another webbeans component.

If a bean annotated with multiple stereotypes, it obeys the all of the stereotypes restrictions.

See Also:
Model



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.