Interface HstComponentMetadata


public interface HstComponentMetadata
Interface that defines abstract metadata of a specific HstComponent class
  • Method Summary

    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 Details

    • 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 type annotationType
      annotationType - the fully qualified annotation class name to look for
      Returns:
      true when the method has the annotation