|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,FIELD,LOCAL_VARIABLE}) public @interface Subject
Indicates which objects/classes are the subjects of a specification. If applied to a field, indicates that the field holds the subject of the specification. If applied to a class, indicates that the classes listed as annotation arguments are the subjects of the specification. Currently, this annotation has only informational purposes.
Optional Element Summary | |
---|---|
java.lang.Class<?>[] |
value
The classes which are the subjects of the specification. |
public abstract java.lang.Class<?>[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |