@Target(value={PARAMETER,FIELD,METHOD,CONSTRUCTOR,TYPE})
@Retention(value=RUNTIME)
public @interface ConfigEntry
This marker annotation can be used e.g. for marking config-methods which should be logged during startup.
Needed due to different approaches used by proxy libs which would produce strange log entries.
Furthermore this annotation allows add-ons an easier detection of active config entries.