AnnotationFileElementTypes |
Holds information about types parsed from annotation files (stub files or ajava files).
|
AnnotationFileParser |
This class has three static methods.
|
AnnotationFileParser.AnnotationFileAnnotations |
The result of calling AnnotationFileParser.parse: the annotated types and declaration
annotations from the file.
|
AnnotationFileParser.RecordComponentStub |
Information about a record component: its type, and whether there was an accessor in the
stubs for that component.
|
AnnotationFileParser.RecordStub |
Information about a record from a stub file.
|
AnnotationFileUtil |
Utility class for annotation files (stub files and ajava files).
|
FileAnnotationFileResource |
|
JarEntryAnnotationFileResource |
|
JavaStubifier |
Process Java source files in a directory to produce, in-place, minimal stub files.
|
RemoveAnnotationsForInference |
Process Java source files to remove annotations that ought to be inferred.
|
StubGenerator |
Generates a stub file from a single class or an entire package.
|