Annotation Type CollectionType

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String type
      Deprecated.
      Names the type.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Parameter[] parameters
      Deprecated.
      Specifies configuration information for the type.
      Class<?> semantics
      Deprecated.
      Specifies the class to use the semantics of.
      • semantics

        Class<?> semantics
        Deprecated.
        Specifies the class to use the semantics of. For example, specifying Set will use Set semantics. When not specified, will be inferred from the interfaces on the property as long as it extends a standard Collection or Map.
        Returns:
        the class to use the semantics of.
        Default:
        void.class
      • parameters

        Parameter[] parameters
        Deprecated.
        Specifies configuration information for the type. Note that if the named type is a UserCollectionType, it must also implement ParameterizedType in order to receive these values.
        Default:
        {}