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