com.planetalia.dynject.metamodel
Annotation Type Injectable


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD})
public @interface Injectable

This annotation marks a type, field or method as injectable. It is only necessary to use this annotation in two circumstances:

Author:
Alexander Hristov