org.pentaho.di.core.util
Class ResolverUtil.AnnotatedWith

java.lang.Object
  extended by org.pentaho.di.core.util.ResolverUtil.AnnotatedWith
All Implemented Interfaces:
ResolverUtil.Test
Enclosing class:
ResolverUtil<T>

public static class ResolverUtil.AnnotatedWith
extends Object
implements ResolverUtil.Test


Constructor Summary
ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation)
           
 
Method Summary
 boolean matches(Class<?> type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResolverUtil.AnnotatedWith

public ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation)
Method Detail

matches

public boolean matches(Class<?> type)
Specified by:
matches in interface ResolverUtil.Test

toString

public String toString()
Overrides:
toString in class Object