Annotation Type OptionalType


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface OptionalType
    Annotation that can be put on a collection field to designate the type of the entries. As with a generic collection the types are not retained at runtime.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Jul 17, 2015
    • Required Element Summary

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

      • value

        java.lang.Class value