Uses of Interface
com.lexicalscope.fluentreflection.FluentAnnotated

Packages that use FluentAnnotated
com.lexicalscope.fluentreflection Library for java reflection in a fluent style. 
 

Uses of FluentAnnotated in com.lexicalscope.fluentreflection
 

Subinterfaces of FluentAnnotated in com.lexicalscope.fluentreflection
 interface FluentAccess<T>
          Reflection access to a class or an object.
 interface FluentClass<T>
          Reflection information about a class.
 interface FluentConstructor<T>
          Reflection information about a constructor.
 interface FluentField
          Reflection access to a field.
 interface FluentMember
          Reflection information about a class member, such as a field or method.
 interface FluentMethod
          Reflection information about a method.
 interface FluentObject<T>
          Reflection information about a Object (an instance of a class).
 

Methods in com.lexicalscope.fluentreflection that return types with arguments of type FluentAnnotated
static ReflectionMatcher<FluentAnnotated> ReflectionMatchers.annotatedWith(Class<? extends Annotation> annotation)
           
 



Copyright © 2011-2012 lexicalscope. All Rights Reserved.