net.vidageek.mirror.reflect.dsl
Interface AllMemberHandler

All Known Implementing Classes:
DefaultAllMemberHandler

public interface AllMemberHandler


Method Summary
 java.util.List<java.lang.annotation.Annotation> annotations()
          Use this method to reflect a list of annotations on the AnnotatedElement
 java.util.List<java.lang.annotation.Annotation> annotationsMatching(Matcher<java.lang.annotation.Annotation> matcher)
          Use this method to reflect all annotations on the wrapped AnnotatedElement that matches matcher.
 

Method Detail

annotations

java.util.List<java.lang.annotation.Annotation> annotations()
Use this method to reflect a list of annotations on the AnnotatedElement

Returns:
The list of annotation or a empty list if none was found.
See Also:
AnnotatedElementReflectionProvider.getAnnotations()

annotationsMatching

java.util.List<java.lang.annotation.Annotation> annotationsMatching(Matcher<java.lang.annotation.Annotation> matcher)
Use this method to reflect all annotations on the wrapped AnnotatedElement that matches matcher.

Returns:
The list of annotations or an empty list if none was accepted by the matcher.
See Also:
annotations()


Copyright © 2009 VidaGeek.net. All Rights Reserved.