Annotation Type Stereotype


  • @Retention(RUNTIME)
    @Target(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