◆ addToMap()
static void org.turro.marker.ElephantHelpers.addToMap |
( |
Map |
map | ) |
|
|
static |
Definition at line 32 of file ElephantHelpers.java.
33 getHelpers().forEach(helper -> map.put(helper.getName(), helper));
static List< IElephantHelper > getHelpers()
◆ getHelpers()
static List<IElephantHelper> org.turro.marker.ElephantHelpers.getHelpers |
( |
| ) |
|
|
static |
Definition at line 36 of file ElephantHelpers.java.
37 return Instances.cached().byAnnotation(ElephantHelper.class, IElephantHelper.class);
The documentation for this class was generated from the following file: