Searched refs:RELEASE_6 (Results 1 - 14 of 14) sorted by relevance

/openjdk7/langtools/test/tools/javac/diags/examples/ProcIncompatibleSourceVersion/processors/
H A DAnnoProc.java29 @SupportedSourceVersion(SourceVersion.RELEASE_6)
/openjdk7/langtools/src/share/classes/javax/lang/model/
H A DSourceVersion.java119 RELEASE_6, enum constant in enum:SourceVersion
149 return RELEASE_6;
/openjdk7/langtools/src/share/classes/javax/lang/model/util/
H A DAbstractAnnotationValueVisitor6.java39 * appropriate for the {@link SourceVersion#RELEASE_6 RELEASE_6}
69 @SupportedSourceVersion(RELEASE_6)
H A DAbstractElementVisitor6.java39 * appropriate for the {@link SourceVersion#RELEASE_6 RELEASE_6}
72 @SupportedSourceVersion(RELEASE_6)
H A DSimpleElementVisitor6.java37 * appropriate for the {@link SourceVersion#RELEASE_6 RELEASE_6}
40 * Visit methods corresponding to {@code RELEASE_6} language
81 @SupportedSourceVersion(RELEASE_6)
H A DSimpleTypeVisitor6.java36 * {@link SourceVersion#RELEASE_6 RELEASE_6} source version.
38 * Visit methods corresponding to {@code RELEASE_6} language
80 @SupportedSourceVersion(RELEASE_6)
H A DElementScanner6.java37 * appropriate for the {@link SourceVersion#RELEASE_6 RELEASE_6}
95 @SupportedSourceVersion(RELEASE_6)
H A DSimpleAnnotationValueVisitor6.java39 * appropriate for the {@link SourceVersion#RELEASE_6 RELEASE_6}
76 @SupportedSourceVersion(RELEASE_6)
H A DTypeKindVisitor6.java37 * default behavior appropriate for the {@link SourceVersion#RELEASE_6
38 * RELEASE_6} source version. For {@linkplain
81 @SupportedSourceVersion(RELEASE_6)
H A DElementKindVisitor6.java38 * SourceVersion#RELEASE_6 RELEASE_6} source version. For {@linkplain
83 @SupportedSourceVersion(RELEASE_6)
/openjdk7/langtools/test/tools/javac/processing/warnings/
H A DTestSourceVersionWarnings.java36 * @compile/ref=gold_sv_none.out -XDrawDiagnostics -processor TestSourceVersionWarnings -proc:only -ASourceVersion=RELEASE_6 -source 1.6 -Xlint:-options HelloWorld.java
37 * @compile/ref=gold_unsp_warn.out -XDrawDiagnostics -processor TestSourceVersionWarnings -proc:only -ASourceVersion=RELEASE_6 -source 1.6 -Xlint:-options -Aunsupported HelloWorld.java
66 return SourceVersion.RELEASE_6;
/openjdk7/langtools/test/tools/apt/Discovery/
H A DPhantomUpdate.java39 @SupportedSourceVersion(RELEASE_6)
/openjdk7/langtools/src/share/classes/javax/annotation/processing/
H A DAbstractProcessor.java115 * SourceVersion#RELEASE_6} is returned.
123 sv = SourceVersion.RELEASE_6;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSource.java203 return RELEASE_6;

Completed in 39 milliseconds