org.apache.felix.ipojo
Interface Nullable


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.

Author:
Felix Project Team



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.