Uses of Interface
org.glassfish.apf.ProcessingResult
Packages that use ProcessingResult
Package
Description
Provides the classes necessary to process J2SE 1.5 annotations in the context
of the J2EE application server.
-
Uses of ProcessingResult in org.glassfish.apf
Methods in org.glassfish.apf that return ProcessingResultModifier and TypeMethodDescriptionAnnotationProcessor.process(ProcessingContext ctx) Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.AnnotationProcessor.process(ProcessingContext ctx, Class<?>[] classes) Process a set of classes from the parameter list rather than from the processing context. -
Uses of ProcessingResult in org.glassfish.apf.impl
Classes in org.glassfish.apf.impl that implement ProcessingResultModifier and TypeClassDescriptionclassImplementation of the ProcessingResult interfaceMethods in org.glassfish.apf.impl that return ProcessingResultModifier and TypeMethodDescriptionAnnotationProcessorImpl.process(ProcessingContext ctx) Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.AnnotationProcessorImpl.process(ProcessingContext ctx, Class<?>[] classes) Process a set of classes from the parameter list rather than from the processing context.Methods in org.glassfish.apf.impl with parameters of type ProcessingResult