org.apache.cayenne.di
Annotation Type Inject


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

Since:
3.1

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

value

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

Default:
""


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