All Classes and Interfaces

Class
Description
Represents an annotation in Java that can be modified
A builder used to make an EditableJavaAnnotation.
Represents a class in Java that can be modified
A builder used to make an EditableJavaClass
Represents a Javadoc that can be modified
A builder used to make an EditableJavadoc
Represents a field in Java that can be modified
A builder used to make an EditableJavaField
Represents a method in Java that can be modified
A builder used to make an EditableJavaMethod
Represents an annotation in Java.
Java Annotation Builder is used to build a new JavaAnnotation.
Java Class is used to represent a class in Java.
Java Class Builder is used to create a JavaClass.
Javadoc represents a Javadoc in Java.
A builder class to build a Javadoc.
Java Field represents a field in a Java class
Java Field Builder is a builder to create a JavaField.
Java Method represents a method in a Java class or interface, etc.
Java Method Builder is used to build a new JavaMethod.
Represents a JavaAnnotation that can't be modified
A builder used to make an UneditableJavaAnnotation.
Represents a class in Java that is not modifiable
A builder used to make an UneditableJavaClass
Represents a Javadoc that can't be modified
A builder used to make an UneditableJavadoc.
Represents a field in Java that is not modifiable
A builder used to make an UneditableJavaField
Represents a method in Java that is not modifiable
A builder used to make an UneditableJavaMethod
Visibility represents the visibility of a given Java class, method, etc.