Searched refs:processedAnnotations (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/common/annotation-framework/src/main/java/org/glassfish/apf/
H A DHandlerProcessingResult.java68 public Map<Class<? extends Annotation>,ResultType> processedAnnotations(); method in interface:HandlerProcessingResult
/glassfish-3.1.2/common/annotation-framework/src/main/java/org/glassfish/apf/impl/
H A DHandlerProcessingResultImpl.java79 public Map<Class<? extends Annotation>,ResultType> processedAnnotations() { method in class:HandlerProcessingResultImpl
97 results.putAll(result.processedAnnotations());
H A DAnnotationProcessorImpl.java288 if (!result.processedAnnotations().containsKey(annotation.annotationType())) {
330 ResultType resultType = result.processedAnnotations().get(annotationType);
391 result.processedAnnotations();

Completed in 11 milliseconds