@Target(value=METHOD) @Retention(value=RUNTIME) public @interface To
For any given ConverterScope, this annotation can be defined once for any related input / output class pair.
The annotation may be applied to either a static method or an instance method. In either case, the annotated method return an object representation. In the case of a static method, a single parameter of the bound type must be declared. In the case of an instance method, this must declared for the bound target class.
Copyright © 2010–2018 Jadira Systems. All rights reserved.