@Retention(value=RUNTIME) @Target(value=METHOD) public @interface TransformWith
TransformResult
annotation.
This annotation should be placed on the method with the least specific return type, if covariant return types are used.
The method annotated with this annotation
Modifier and Type | Optional Element and Description |
---|---|
String |
value
Gets the name used to match this annotation to a
TransformResult
annotation. |
public abstract String value
TransformResult
annotation.
Changing this is only necessary when this annotation is present on multiple methods in a class, or its superinterfaces/superclass.