@Documented @Target(value={TYPE,PACKAGE}) @Retention(value=CLASS) @Deprecated public @interface DefaultAnnotationForMethods
Modifier and Type | Required Element and Description |
---|---|
Class<? extends Annotation>[] |
value
Deprecated.
|
Modifier and Type | Optional Element and Description |
---|---|
Confidence |
confidence
Deprecated.
|
Priority |
priority
Deprecated.
|
public abstract Class<? extends Annotation>[] value
@Deprecated public abstract Priority priority
public abstract Confidence confidence
Copyright © 2015. All rights reserved.