Searched defs:addAnnotation (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DManagedObjectManager.java48 * <li> All calls to addAnnotation, stripPrefix, and
304 void addAnnotation( AnnotatedElement element, Annotation annotation ) ; method in interface:ManagedObjectManager
H A DManagedObjectManagerNOPImpl.java136 public void addAnnotation(AnnotatedElement element, Annotation annotation) { method in class:ManagedObjectManagerNOPImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DIdentityConstraint.java237 public void addAnnotation(XSAnnotationImpl annotation) { method in class:IdentityConstraint
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDocumentInfo.java236 void addAnnotation(XSAnnotationInfo info) { method in class:XSDocumentInfo
H A DXSDComplexTypeTraverser.java264 addAnnotation(traverseAnnotationDecl(child, attrValues, false, schemaDoc));
270 addAnnotation(traverseSyntheticAnnotation(complexTypeDecl, text, attrValues, false, schemaDoc));
282 addAnnotation(traverseSyntheticAnnotation(complexTypeDecl, text, attrValues, false, schemaDoc));
373 addAnnotation(traverseAnnotationDecl(simpleContent, simpleContentAttrValues, false, schemaDoc));
379 addAnnotation(traverseSyntheticAnnotation(simpleContentElement, text, simpleContentAttrValues, false, schemaDoc));
498 addAnnotation(traverseAnnotationDecl(simpleContent, derivationTypeAttrValues, false, schemaDoc));
504 addAnnotation(traverseSyntheticAnnotation(scElement, text, derivationTypeAttrValues, false, schemaDoc));
520 addAnnotation(traverseSyntheticAnnotation(scElement, text, derivationTypeAttrValues, false, schemaDoc));
714 addAnnotation(traverseAnnotationDecl(complexContent, complexContentAttrValues, false, schemaDoc));
720 addAnnotation(traverseSyntheticAnnotatio
1243 private void addAnnotation(XSAnnotationImpl annotation) { method in class:XSDComplexTypeTraverser
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java261 public synchronized void addAnnotation(Annotation annotation) { method in class:AnnotatedMemoryPanel
632 anno.addAnnotation(new Annotation(debugger.parseAddress("0x80000000"),
635 anno.addAnnotation(new Annotation(debugger.parseAddress("0x80000010"),
638 anno.addAnnotation(new Annotation(debugger.parseAddress("0x80000020"),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DMonitorBase.java245 mom.addAnnotation(javax.xml.ws.WebServiceFeature.class, DummyWebServiceFeature.class.getAnnotation(ManagedData.class));
246 mom.addAnnotation(javax.xml.ws.WebServiceFeature.class, DummyWebServiceFeature.class.getAnnotation(Description.class));
247 mom.addAnnotation(javax.xml.ws.WebServiceFeature.class, DummyWebServiceFeature.class.getAnnotation(InheritedAttributes.class));
417 public void addAnnotation(AnnotatedElement element, Annotation annotation) { mom.addAnnotation(element, annotation); } method in class:RewritingMOM
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java1665 public void addAnnotation(XSAnnotationImpl annotation) { method in class:SchemaGrammar

Completed in 61 milliseconds