jodd.petite.meta
Annotation Type PetiteInject


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

Petite bean reference for fields and constructor arguments.


Optional Element Summary
 String value
          Name(s) of bean(s) to inject.
 

value

public abstract String value
Name(s) of bean(s) to inject.

Default:
""