net.vidageek.mirror.reflect.dsl
Interface AllMemberHandler

All Known Implementing Classes:
DefaultAllMemberHandler

public interface AllMemberHandler


Method Summary
 MirrorList<Annotation> annotations()
          Use this method to reflect a list of annotations on the AnnotatedElement
 List<Annotation> annotationsMatching(Matcher<Annotation> matcher)
          Deprecated. Use annotations().matching(Matcher) instead.
 

Method Detail

annotations

MirrorList<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

@Deprecated
List<Annotation> annotationsMatching(Matcher<Annotation> matcher)
Deprecated. Use annotations().matching(Matcher) instead.

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