@Documented @Target(value={TYPE_USE,PARAMETER,METHOD,FIELD,LOCAL_VARIABLE}) @Retention(value=RUNTIME) public @interface TypeOf
ElementKind| Modifier and Type | Required Element and Description |
|---|---|
@Nonnull ElementKind[] |
value
Returns the kinds one of which the annotated type or element has to be.
|
@Nonnull public abstract @Nonnull ElementKind[] value
Copyright © 2017. All rights reserved.