Class TestAnnotatedTypeBuilder<X>


  • public class TestAnnotatedTypeBuilder<X>
    extends Object
    Class for constructing a new AnnotatedType. A new instance of builder must be used for each annotated type.

    No annotations will be read from the underlying class definition, all annotations must be added explicitly

    Author:
    Stuart Douglas, Pete Muir