Home
last modified time | relevance | path

Searched refs:RECORD_COMPONENT (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/annotation/
DElementType.java130 RECORD_COMPONENT; enumConstant
/libcore/luni/src/test/java/crossvmtest/java/lang/
DRecordComponentTest.java41 @Target({ElementType.FIELD, ElementType.RECORD_COMPONENT})
46 @Target({ElementType.RECORD_COMPONENT})
DRecordTest.java59 @Target({ElementType.FIELD, ElementType.RECORD_COMPONENT})
64 @Target({ElementType.FIELD, ElementType.RECORD_COMPONENT})
/libcore/ojluni/src/test/java/lang/reflect/records/
DRecordReflectionTest.java156 @Target({ ElementType.RECORD_COMPONENT, ElementType.FIELD })
/libcore/api/
Dcurrent.txt4571 enum_constant public static final java.lang.annotation.ElementType RECORD_COMPONENT;