public interface MutableComponentMetadata
extends org.osgi.service.blueprint.reflect.ComponentMetadata
ComponentMetadata that allows modifications.| Modifier and Type | Method and Description |
|---|---|
void |
addDependsOn(String dependency) |
void |
removeDependsOn(String dependency) |
void |
setActivation(int activation) |
void |
setDependsOn(List<String> dependsOn) |
void |
setId(String id) |
Copyright © 2025. All rights reserved.