Class StandardField<T,F>

java.lang.Object
com.gigaspaces.internal.reflection.standard.StandardField<T,F>
Type Parameters:
T - Type of the class that contains this field type
F - Field type.
All Implemented Interfaces:
IField<T,F>, IMember<T>, AnnotatedElement

public class StandardField<T,F> extends Object implements IField<T,F>
A wrapper over the Field class.
Author:
Guy