Uses of Class
org.apache.juneau.annotation.InvalidAnnotationException
Packages that use InvalidAnnotationException
-
Uses of InvalidAnnotationException in org.apache.juneau.annotation
Methods in org.apache.juneau.annotation that return InvalidAnnotationExceptionModifier and TypeMethodDescriptionInvalidAnnotationException.setMessage(String message, Object... args) Methods in org.apache.juneau.annotation that throw InvalidAnnotationExceptionModifier and TypeMethodDescriptionstatic voidInvalidAnnotationException.assertNoInvalidAnnotations(MethodInfo onMethod, Class<? extends Annotation>... types) Throws anInvalidAnnotationExceptionif the specified method contains any of the specified annotations.