|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Nullable
A Nullable object must implement this interface.
This allows to the code checking if the injected object is
a Nullable object or not such as in:
if(foo instanceof Nullable){...}
This interface does not define any methods. Nullable objects owns
the same methods than the 'real' object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |