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
 java.lang.String value
          Name(s) of bean(s) to inject.
 

value

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

Default:
""


Copyright © 2003-2011 Jodd Team