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 throw InvalidAnnotationExceptionModifier and TypeMethodDescriptionstatic void
InvalidAnnotationException.assertNoInvalidAnnotations
(MethodInfo onMethod, Class<? extends Annotation>... types) Throws anInvalidAnnotationException
if the specified method contains any of the specified annotations.