| Package | Description |
|---|---|
| org.bridje.ioc |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation,T> |
ClassRepository.forEachClass(Class<A> annotation,
Class<T> service,
ClassNavigator<A,T> navigator)
Navigates through all component classes registered in this repository,
that are annotated with the given annotation.
|
<A extends Annotation> |
ClassRepository.forEachClass(Class<A> annotation,
ClassNavigator<A,Object> navigator)
Navigates through all component classes registered in this repository,
that are annotated with the given annotation.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.