org.apache.cayenne.di
Annotation Type Inject


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public @interface Inject

Since:
3.1

Optional Element Summary
 String value
          An optional name of the dependency for injecting dependency types that have multiple bindings in the container.
 

value

public abstract String value
An optional name of the dependency for injecting dependency types that have multiple bindings in the container.

Default:
""


Copyright © 2001-2010 Apache Cayenne. All Rights Reserved.