public interface HandlerProcessingResult
Modifier and Type | Method and Description |
---|---|
ResultType |
getOverallResult() |
Map<Class<? extends Annotation>,ResultType> |
processedAnnotations()
Returns a map of annotation types processed by this handler as keys
and a ResultType as a value to communicate the result of the annotation
processing for each processed annotation types.
|
Map<Class<? extends Annotation>,ResultType> processedAnnotations()
ResultType getOverallResult()
Copyright © 2018. All rights reserved.