djbeans
Annotation Type DJB_exclude


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DJB_exclude

This annotation is used by DJBeansLoader to exclude fields from the property injection process. To do this, you need annotate the SETTER method to the property.