@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Nullify
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends Annotation>[] |
value
List of the annotations which implies that this property should be null when processed in the spirit of usage
given by particular annotation.
|
public abstract Class<? extends Annotation>[] value
Copyright © 2017 JBoss by Red Hat. All rights reserved.