| /forgerock/opendj-b2.6/resource/dsml/lib/ |
| H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
| /forgerock/opendj2-jel-hg/resource/dsml/lib/ |
| H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
| /openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ |
| H A D | Annotation.java | 39 public class Annotation { class 51 /** The Annotation can handle the sense of lowAddress and 53 public Annotation(Address lowAddress, method in class:Annotation 105 /** Computes width and height for this Annotation. Retrieve the 155 String result = "Annotation: lowAddr: " + getLowAddress() + " highAddr: " + getHighAddress() + " strings: " + strings.size();
|
| /openjdk7/jdk/src/share/classes/java/lang/annotation/ |
| H A D | Annotation.java | 40 public interface Annotation { interface 130 Class<? extends Annotation> annotationType();
|
| /openjdk7/jdk/src/share/classes/java/text/ |
| H A D | Annotation.java | 29 * An Annotation object is used as a wrapper for a text attribute value if 48 * Wrapping the attribute value into an Annotation object guarantees that 57 public class Annotation { class 64 public Annotation(Object value) { method in class:Annotation 76 * Returns the String representation of this Annotation.
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/ |
| H A D | Annotation.java | 33 public interface Annotation interface in inherits:TypedXmlWriter 45 public Annotation id(String value);
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/ |
| H A D | Annotation.java | 57 class Annotation implements Annotations<ElementWrapper,LocatorImpl,CommentListImpl> { class in inherits:Annotations
|
| /openjdk7/langtools/src/share/classes/com/sun/tools/classfile/ |
| H A D | Annotation.java | 38 public class Annotation { class 46 Annotation(ClassReader cr) throws IOException, InvalidAnnotation { method in class:Annotation 54 public Annotation(ConstantPool constant_pool, method in class:Annotation 189 annotation_value = new Annotation(cr); 201 public final Annotation annotation_value;
|
| /openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/ |
| H A D | JCTree.java | 255 /** metadata: Annotation. 2179 JCAnnotation Annotation(JCTree annotationType, List<JCExpression> args); method in interface:JCTree.Factory
|
| H A D | TreeMaker.java | 462 public JCAnnotation Annotation(JCTree annotationType, List<JCExpression> args) { method in class:TreeMaker 680 result.append(Annotation(a)); 746 return Annotation(Type(compound.type), args.toList()); 766 public JCAnnotation Annotation(Attribute a) { method in class:TreeMaker
|
| /openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/ |
| H A D | Names.java | 98 public final Name Annotation; field in class:Names 209 Annotation = fromString("Annotation");
|
| /openjdk7/jdk/src/share/classes/sun/reflect/annotation/ |
| H A D | AnnotationParser.java | 62 public static Map<Class<? extends Annotation>, Annotation> parseAnnotations( 79 private static Map<Class<? extends Annotation>, Annotation> parseAnnotations2( 83 Map<Class<? extends Annotation>, Annotation> result = 84 new LinkedHashMap<Class<? extends Annotation>, Annotation>(); 88 Annotation a = parseAnnotation(buf, constPool, container, false); 90 Class<? extends Annotation> klas 802 toArray(Map<Class<? extends Annotation>, Annotation> annotations) argument [all...] |