|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) @Documented public @interface Stereotype
Specifies that an annotation type is a stereotype.
| Optional Element Summary | |
|---|---|
java.lang.Class<?>[] |
requiredTypes
Require that stereotype beans have certain API types |
java.lang.Class<? extends java.lang.annotation.Annotation>[] |
supportedScopes
Restrict the scope of the stereotyped bean |
public abstract java.lang.Class<? extends java.lang.annotation.Annotation>[] supportedScopes
public abstract java.lang.Class<?>[] requiredTypes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||