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
 java.util.Collection<java.lang.annotation.Annotation> getAnnotationsForMethod(java.lang.reflect.Method method)
          Return a collection of annotations for a method
 

Method Detail

getAnnotationsForMethod

java.util.Collection<java.lang.annotation.Annotation> getAnnotationsForMethod(java.lang.reflect.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-2014 Atlassian. All Rights Reserved.