info.magnolia.i18nsystem.proxytoys
Class MethodsAnnotatedWith

java.lang.Object
  extended by 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.


Constructor Summary
MethodsAnnotatedWith(Class<? extends Annotation> annotationType)
           
 
Method Summary
 boolean apply(Method method)
           
 
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
 

Constructor Detail

MethodsAnnotatedWith

public MethodsAnnotatedWith(Class<? extends Annotation> annotationType)
Method Detail

apply

public boolean apply(Method method)
Specified by:
apply in interface com.google.common.base.Predicate<Method>


Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.