@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,LOCAL_VARIABLE})
public @interface Subject
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?>[] |
value
The classes which are the subjects of the specification.
|
Copyright © 2012. All rights reserved