net.vidageek.mirror.reflect.dsl
Interface AllMethodAnnotationsHandler

All Known Implementing Classes:
DefaultAllMethodAnnotationsHandler

public interface AllMethodAnnotationsHandler


Method Summary
 java.util.List<java.lang.annotation.Annotation> withArgs(java.lang.Class<?>... classes)
          Use this method to reflect a list of annotations on the method that matches classes as its argument list.
 java.util.List<java.lang.annotation.Annotation> withoutArgs()
          This is a convenience method for withArgs(Class...)
 

Method Detail

withoutArgs

java.util.List<java.lang.annotation.Annotation> withoutArgs()
This is a convenience method for withArgs(Class...)

See Also:
withArgs(Class...)

withArgs

java.util.List<java.lang.annotation.Annotation> withArgs(java.lang.Class<?>... classes)
Use this method to reflect a list of annotations on the method that matches classes as its argument list.

Parameters:
classes - Argument list of the method
Returns:
The list of annotation or a empty list if none was found.
See Also:
AnnotatedElementReflectionProvider.getAnnotations()


Copyright © 2009 VidaGeek.net. All Rights Reserved.