Uses of Interface
org.glassfish.apf.ComponentInfo
-
Packages that use ComponentInfo Package Description org.glassfish.apf Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server.org.glassfish.apf.impl -
-
Uses of ComponentInfo in org.glassfish.apf
Methods in org.glassfish.apf that return ComponentInfo Modifier and Type Method Description ComponentInfoScanner. getComponentInfo(Class componentImpl)Sometimes, annotations processing requires more than a single class, especially when such classes end up being a Java Component (Java Beans, Java EE). -
Uses of ComponentInfo in org.glassfish.apf.impl
Classes in org.glassfish.apf.impl that implement ComponentInfo Modifier and Type Class Description classComponentDefinitionThis class represents the view of a class from annotation.Methods in org.glassfish.apf.impl that return ComponentInfo Modifier and Type Method Description ComponentInfoJavaEEScanner. getComponentInfo(Class componentImpl)
-