Package org.apache.felix.scr.impl.inject
Interface InitReferenceMethod
public interface InitReferenceMethod
Callback for initializing the reference (field references)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
init
(Object componentInstance, ComponentLogger logger) Initialize the reference.
-
Method Details
-
init
Initialize the reference. This is usually setting the value of a field.- Parameters:
componentInstance
- The component instancelogger
- The logger- Returns:
true
if initialization succeeded
-