@Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR,FIELD}) public @interface TargetElement
Alias, Delete,
Substitute, AnnotateOriginal, or KeepOriginal.
See TargetClass for an overview of the annotation system.
| Modifier and Type | Fields and Description |
|---|---|
static String |
CONSTRUCTOR_NAME |
public static final String CONSTRUCTOR_NAME
public abstract String name
To make a reference to a constructor, use the name CONSTRUCTOR_NAME.
public abstract Class<? extends Predicate<Class<?>>>[] onlyWith
TargetClass annotation.Copyright © 2018. All rights reserved.