|
Relates :
|
|
|
Relates :
|
If an annotation type's default is not found, it is treated as an error.
This is related to the following code in java.lang.reflect.Method:
705 if (result instanceof sun.reflect.annotation.ExceptionProxy)
706 throw new AnnotationFormatError("Invalid default: " + this);
|