Package org.hippoecm.hst.core.component
Interface HstComponentMetadata
-
public interface HstComponentMetadata
Interface that defines abstract metadata of a specific HstComponent class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasMethodAnnotatedBy(String annotationType, String methodName)
Determine whether the underlying operation method has an annotation of the given type defined.
-
-
-
Method Detail
-
hasMethodAnnotatedBy
boolean hasMethodAnnotatedBy(String annotationType, String methodName)
Determine whether the underlying operation method has an annotation of the given type defined.- Parameters:
methodName
- the method to inspect for whether it has an annotation of typeannotationType
annotationType
- the fully qualified annotation class name to look for- Returns:
true
when the method has the annotation
-
-