public interface

MethodAnnotator

com.atlassian.confluence.velocity.introspection.MethodAnnotator
Known Indirect Subclasses

Class Overview

Strategy for retrieving annotations for a method

Summary

Public Methods
Collection<Annotation> getAnnotationsForMethod(Method method)
Return a collection of annotations for a method

Public Methods

public Collection<Annotation> getAnnotationsForMethod (Method method)

Return a collection of annotations for a method

Parameters
method Method to annotate
Returns
  • A collection of annotations applicable for the method