@Service @Rank(value=13) public class FactoryWithRanks extends Object implements Factory<SimpleInterface>
| Constructor and Description |
|---|
FactoryWithRanks() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(SimpleInterface instance) |
SimpleInterface |
provide() |
@Rank(value=-1) public SimpleInterface provide()
provide in interface Factory<SimpleInterface>public void dispose(SimpleInterface instance)
dispose in interface Factory<SimpleInterface>Copyright © 2009–2023 Oracle Corporation. All rights reserved.