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

/openjdk7/jdk/test/java/lang/annotation/
H A DUnitTest.java778 ScalarTypesWithDefault.class);
780 ScalarTypesWithDefault.class);
994 ScalarTypesWithDefault.class);
996 ScalarTypesWithDefault.class);
1182 checkSerialization(scalarTypesOverrideDefaultClass.class, ScalarTypesWithDefault.class);
1183 checkSerialization(scalarTypesAcceptDefaultClass.class, ScalarTypesWithDefault.class);
1358 checkScalarTypesOverrideDefault(e.getAnnotation(ScalarTypesWithDefault.class), e);
1364 static void checkScalarTypesOverrideDefault(ScalarTypesWithDefault st, AnnotatedElement e) {
1382 checkScalarTypesAcceptDefault(e.getAnnotation(ScalarTypesWithDefault.class), e);
1388 static void checkScalarTypesAcceptDefault(ScalarTypesWithDefault s
4016 @ScalarTypesWithDefault ( ) enum constant in enum:UnitTest.TestType
4019 @ScalarTypesWithDefault ( enum constant in enum:UnitTest.TestType
4662 @Retention(RUNTIME) @interface ScalarTypesWithDefault { interface
[all...]

Completed in 177 milliseconds