Searched defs:foundType (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java54 private final String foundType; field in class:AnnotationTypeMismatchException
67 public AnnotationTypeMismatchException(Method element, String foundType) { argument
94 public String foundType() { method in class:AnnotationTypeMismatchException
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java39 private final String foundType; field in class:AnnotationTypeMismatchExceptionProxy
47 AnnotationTypeMismatchExceptionProxy(String foundType) { argument

Completed in 47 milliseconds