Uses of Interface
javax.lang.model.element.Parameterizable
Package | Description |
---|---|
javax.lang.model.element |
Interfaces used to model elements of the Java programming language.
|
-
Uses of Parameterizable in javax.lang.model.element
Subinterfaces of Parameterizable in javax.lang.model.element Modifier and Type Interface Description interface
ExecutableElement
Represents a method, constructor, or initializer (static or instance) of a class or interface, including annotation type elements.interface
TypeElement
Represents a class or interface program element.