Searched defs:Annotation (Results 1 - 2 of 2) sorted by relevance
/glassfish-3.1.2/common/annotation-framework/src/main/java/org/glassfish/apf/impl/ |
H A D | HandlerProcessingResultImpl.java | 45 import java.lang.annotation.Annotation; 57 Map<Class<? extends Annotation>,ResultType> results; 63 public HandlerProcessingResultImpl(Map<Class<? extends Annotation>, ResultType> results) { argument 68 results = new HashMap<Class<? extends Annotation>, ResultType>(); 71 public static HandlerProcessingResultImpl getDefaultResult(Class<? extends Annotation> annotationType, ResultType result) { 79 public Map<Class<? extends Annotation>,ResultType> processedAnnotations() { 83 public void addResult(Class<? extends Annotation> annotationType, ResultType result) {
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/ |
H A D | ServiceReferenceDescriptor.java | 51 import java.lang.annotation.Annotation; 137 public Map<Class<? extends Annotation>, Annotation> getOtherAnnotations() { 141 public void setOtherAnnotations(Map<Class<? extends Annotation>, Annotation> otherAnnotations) { argument 150 private Map<Class<? extends Annotation>, Annotation> otherAnnotations = 151 new HashMap<Class<? extends Annotation>, Annotation>();
|
Completed in 494 milliseconds