public interface MutableComponentMetadata extends ComponentMetadata
ComponentMetadata
that allows modifications.ACTIVATION_EAGER, ACTIVATION_LAZY
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) |
getActivation, getDependsOn, getId
Copyright © 2013. All rights reserved.