Annotation Type Type

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends UserType<?>> value
      The implementation class which implements UserType.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Parameter[] parameters
      Parameters to be injected into the custom type after it is instantiated.
      • parameters

        Parameter[] parameters
        Parameters to be injected into the custom type after it is instantiated. The UserType implementation must implement ParameterizedType to receive the parameters.
        Default:
        {}