Annotation Type Conversion.Priority
-
@Target(TYPE) @Retention(RUNTIME) public static @interface Conversion.Priority
Add this annotation to aConversionimplementation to set the priority of this conversion. Priorities are used to determine the default conversion which is used if no target conversion is given and thus multiple conversions may be used. Highest priority wins. If none is givenInteger.MIN_VALUEis assumed.- Author:
- Rene Schneider - initial API and implementation
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intvalueThe priority.
-