public interface HstComponentMetadata
Modifier and Type | Method and Description |
---|---|
boolean |
hasMethodAnnotatedBy(String annotationType,
String methodName)
Determine whether the underlying operation method has an annotation
of the given type defined.
|
boolean hasMethodAnnotatedBy(String annotationType, String methodName)
methodName
- the method to inspect for whether it has an annotation of type annotationType
annotationType
- the fully qualified annotation class name to look fortrue
when the method has the annotationCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.