Interface IField<T,F>

Type Parameters:
T - Type of the class that contains this field type
F - Field type.
All Superinterfaces:
AnnotatedElement, IMember<T>
All Known Implementing Classes:
StandardField

public interface IField<T,F> extends IMember<T>
Provides an abstraction over a field reflection.
Author:
Guy