org.apache.myfaces.extensions.cdi.core.api.config
Annotation Type ConfigEntry


@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.

Author:
Gerhard Petracek



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.