- <init>
Create a new builder. A new builder has no annotations and no members.
- readFromType
Reads in from an existing AnnotatedType. Any elements not present are added. The
javaClass will be r
- addToClass
Add an annotation to the type declaration.
- addToField
Add an annotation to the specified field. If the field is not already present,
it will be added.
- overrideFieldType
Override the declared type of a field
- removeFromClass
Remove an annotation from the type
- addToConstructor
Add an annotation to the specified constructor. If the constructor is not
already present, it will b
- addToConstructorParameter
Add an annotation to the specified constructor parameter. If the constructor is
not already present,
- addToMethod
Add an annotation to the specified method. If the method is not already present,
it will be added.
- addToMethodParameter
Add an annotation to the specified method parameter. If the method is not
already present, it will b
- removeFromField
Remove an annotation from the specified field.
- removeFromMethod
Remove an annotation from the specified method.