net.vidageek.mirror.reflect.dsl
Interface AllMethodAnnotationsHandler

All Known Implementing Classes:
DefaultAllMethodAnnotationsHandler

public interface AllMethodAnnotationsHandler


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

Method Detail

withoutArgs

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

See Also:
withArgs(Class...)

withArgs

List<Annotation> withArgs(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 © 2011 VidaGeek.net. All Rights Reserved.