Uses of Interface
javax.lang.model.element.Parameterizable
- 
Packages that use 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 interfaceExecutableElementRepresents a method, constructor, or initializer (static or instance) of a class or interface, including annotation type elements.interfaceTypeElementRepresents a class or interface program element. 
 -