Package org.revapi.java.model
package org.revapi.java.model
-
ClassesClassDescriptionA common superclass for
AnnotationElement
andJavaElementBase
to stuff that they share.This class contains an assortment of methods that enable various optimizations and speedups during the initial production of the java element forest without needing to expose the implementation details of the various element types implemented in this package.TODO incorporate this into ClassTreeInitializer, Util.* and, element analyzer, etc.