Interface IncludeField

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IncludeField
An interface used by AbstractForm and AbstractDataForm classes to determine if a field can be added to the form or not.
Author:
Syam
See Also: