Home
last modified time | relevance | path

Searched refs:ExperimentalJavaAnnotationWithMessage (Results 1 – 3 of 3) sorted by relevance

/annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/optin/
DUseJavaExperimentalWithMessageFromJava.java57 @ExperimentalJavaAnnotationWithMessage
66 @OptIn(markerClass = ExperimentalJavaAnnotationWithMessage.class)
DAnnotatedJavaClassWithMessage.java22 @ExperimentalJavaAnnotationWithMessage
DExperimentalJavaAnnotationWithMessage.java24 public @interface ExperimentalJavaAnnotationWithMessage {} annotation