@Qualifier @Target(value={FIELD,PARAMETER,METHOD}) @Retention(value=RUNTIME) public @interface Audit
This annotation can be added to injected parameters to help dependency injection frameworks identify the instance of the parameter type that should be injected.
Copyright 2010-2020 ForgeRock AS.