Annotation Type Conversion


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface Conversion
    Marker annotation for the singleton instance of a type class. Conversions must accept one parameter (compatible to the the declaring class) and return the type of the converted result. Conversion operations must be static, public and not abstract.
    Author:
    Holger Eichelberger