com.atlassian.confluence.velocity.introspection
Interface MethodAnnotator

All Known Implementing Classes:
HtmlSafeClassAnnotator, HtmlSafeMethodNameAnnotator, MethodAnnotatorChain

public interface MethodAnnotator

Strategy for retrieving annotations for a method


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

Method Detail

getAnnotationsForMethod

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


Copyright © 2003-2012 Atlassian. All Rights Reserved.