com.lexicalscope.fluentreflection
Interface FluentField

All Superinterfaces:
FluentAnnotated, FluentMember

public interface FluentField
extends FluentMember

Reflection access to a field.

Author:
tim

Method Summary
 Field member()
          The underlying member (class, field, constructor)
 
Methods inherited from interface com.lexicalscope.fluentreflection.FluentMember
argCount, args, as, call, callRaw, declarer, isFinal, isStatic, name, property, type, visibility
 
Methods inherited from interface com.lexicalscope.fluentreflection.FluentAnnotated
annotatedWith, annotatedWith, annotation, annotation
 

Method Detail

member

Field member()
Description copied from interface: FluentMember
The underlying member (class, field, constructor)

Specified by:
member in interface FluentMember
Returns:
the underlying member


Copyright © 2011-2012 lexicalscope. All Rights Reserved.