org.ops4j.pax.wicket.api
Annotation Type PaxWicketBean


@Retention(value=RUNTIME)
@Target(value=FIELD)
@Documented
public @interface PaxWicketBean

Annotation used to tag a field as a placeholder for a spring bean.


Optional Element Summary
 String injectionSource
          Allows to override the source of the injection directly in the source code
 String name
          Optional attribute for specifying the name of the bean.
 

name

public abstract String name
Optional attribute for specifying the name of the bean. If not specified, the bean will be looked up by the type of the field with the annotation.

Default:
""

injectionSource

public abstract String injectionSource
Allows to override the source of the injection directly in the source code

Default:
"null"


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.