Annotation Type Type


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface Type
    Indicates the persistent type of a field, if different than the declared type.
    Since:
    0.4.0
    Author:
    Abe White
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class value  
    • Element Detail

      • value

        java.lang.Class value