info.magnolia.i18nsystem.proxytoys
Class MethodsAnnotatedWith
java.lang.Object
info.magnolia.i18nsystem.proxytoys.MethodsAnnotatedWith
- All Implemented Interfaces:
- com.google.common.base.Predicate<Method>
public class MethodsAnnotatedWith
- extends Object
- implements com.google.common.base.Predicate<Method>
A Predicate
which matches method where the method itself is annotated with the given annotation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Predicate |
equals |
MethodsAnnotatedWith
public MethodsAnnotatedWith(Class<? extends Annotation> annotationType)
apply
public boolean apply(Method method)
- Specified by:
apply
in interface com.google.common.base.Predicate<Method>
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.