@Target(METHOD) @Retention(CLASS) public @interface InverseMethod
Specifies the name of an inverse method for a compiled conversion binding.
The method that is being annotated must accept a single parameter, and return a single value. The corresponding inverse method can be any method of the same class that accepts the return value and returns the parameter value of the annotated method (i.e. method parameter and return values are flipped).
-
Required Element Summary
-
Element Details
-
value
String value
-