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