@Target(value={METHOD,CONSTRUCTOR}) @Retention(value=RUNTIME) public @interface From
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 a constructor. In either case, the annotated method must have a single parameter. In the case of a method, the return type must be of the bound target class. In the case of a constructor, this must be for the bound target class.
Copyright © 2010–2018 Jadira Systems. All rights reserved.