org.jvnet.hk2.component
Interface InhabitantRequested
public interface InhabitantRequested
Services implementation may require access to the inhabitant object
wrapping them. This is useful to access information and metadata associated
with this service declaration.
- Author:
- Jerome Dochez
setInhabitant
void setInhabitant(Inhabitant inhabitant)
- Sets the inhabitant instance wrapping this instance. Called after
the object in constructed but before the postContruct call.
- Parameters:
inhabitant
- instance owning this service.
Copyright © 2010 Oracle Corporation. All Rights Reserved.