jodd.petite.meta
Annotation Type PetiteInject


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

Petite bean reference for fields and constructor arguments.


Optional Element Summary
 java.lang.String value
          Name of bean to inject.
 

value

public abstract java.lang.String value
Name of bean to inject.

Default:
""


Copyright ©2008 Jodd Team