Package org.forgerock.audit
Annotation Interface Audit
Denotes audit dependencies.
This annotation can be added to injected parameters to help dependency injection frameworks identify the instance of the parameter type that should be injected.
-
Required Element Summary
-
Element Details
-
value
String valueThe name of the dependency to inject.- Returns:
- name of the dependency.
-