Searched defs:annotations (Results 26 - 50 of 136) sorted by relevance

123456

/openjdk7/langtools/test/tools/javac/processing/warnings/
H A DTestSourceVersionWarnings.java72 public boolean process(Set<? extends TypeElement> annotations, argument
/openjdk7/langtools/test/tools/javac/processing/warnings/UseImplicit/
H A DTestProcUseImplicitWarning.java47 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { argument
/openjdk7/langtools/test/tools/javac/processing/werror/
H A DWError1.java43 public boolean process(Set<? extends TypeElement> annotations, argument
H A DWErrorGen.java43 public boolean process(Set<? extends TypeElement> annotations, argument
/openjdk7/langtools/test/tools/apt/Discovery/
H A DPhantomUpdate.java38 @SupportedAnnotationTypes("*") // Process all annotations
43 public boolean process(Set<? extends TypeElement> annotations, argument
50 return true; // Claim all annotations
/openjdk7/langtools/test/tools/javac/api/
H A DT6412669.java85 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { argument
89 m.printMessage(Diagnostic.Kind.NOTE, "processing annotations");
91 for (TypeElement anno: annotations) {
105 m.printMessage(Diagnostic.Kind.NOTE, "no annotations found");
/openjdk7/langtools/test/tools/javac/processing/environment/round/
H A DTestElementsAnnotatedWith.java65 public boolean process(Set<? extends TypeElement> annotations, argument
/openjdk7/langtools/test/tools/javac/processing/filer/
H A DTestGetResource.java59 public boolean process(Set<? extends TypeElement> annotations, argument
/openjdk7/langtools/test/tools/javac/processing/model/util/filter/
H A DTestIterables.java58 public boolean process(Set<? extends TypeElement> annotations, argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJAnnotatable.java54 * and returns a type-safe writer to fill in the values of such annotations.
59 * Read-only live view of all annotations on this {@link JAnnotatable}
64 Collection<JAnnotationUse> annotations(); method in interface:JAnnotatable
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/probe/provider/annotations/
H A DProbe.java28 package com.sun.org.glassfish.external.probe.provider.annotations;
H A DProbeListener.java28 package com.sun.org.glassfish.external.probe.provider.annotations;
H A DProbeParam.java28 package com.sun.org.glassfish.external.probe.provider.annotations;
H A DProbeProvider.java28 package com.sun.org.glassfish.external.probe.provider.annotations;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/annotations/
H A DReset.java28 package com.sun.org.glassfish.external.statistics.annotations;
/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DParameter.java67 * Get the annotations of this parameter.
70 * @return the annotations of this parameter.
73 AnnotationDesc[] annotations(); method in interface:Parameter
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DRuntimeAnnotations_attribute.java43 annotations = new Annotation[num_annotations];
44 for (int i = 0; i < annotations.length; i++)
45 annotations[i] = new Annotation(cr);
48 protected RuntimeAnnotations_attribute(int name_index, Annotation[] annotations) { argument
49 super(name_index, length(annotations));
50 this.annotations = annotations;
60 public final Annotation[] annotations; field in class:RuntimeAnnotations_attribute
/openjdk7/langtools/test/tools/javac/
H A DT7159016.java71 @Override public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { argument
/openjdk7/langtools/test/tools/javac/api/6412656/
H A DT6412656.java65 public boolean process(Set<? extends TypeElement> annotations, argument
/openjdk7/langtools/test/tools/javac/enum/6424358/
H A DT6424358.java46 public boolean process(Set<? extends TypeElement> annotations, argument
/openjdk7/langtools/test/tools/javac/processing/errors/
H A DTestReturnCode.java76 public boolean process(Set<? extends TypeElement> annotations, argument
/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTestAnonSourceNames.java41 public boolean process(Set<? extends TypeElement> annotations, argument
/openjdk7/langtools/test/tools/javac/processing/model/element/TestMissingElement2/
H A DGenerator.java35 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { argument
/openjdk7/langtools/test/tools/javac/processing/model/util/deprecation/
H A DTestDeprecation.java54 public boolean process(Set<? extends TypeElement> annotations, argument
/openjdk7/langtools/test/tools/javac/processing/model/util/elements/
H A DTestGetConstantExpression.java54 public boolean process(Set<? extends TypeElement> annotations, argument

Completed in 144 milliseconds

123456