net.sf.staccatocommons.restrictions.processing
Annotation Type EnforceRestrictions


@Retention(value=CLASS)
@Target(value={METHOD,CONSTRUCTOR,FIELD,TYPE})
public @interface EnforceRestrictions

EnforceRestrictions is a directive for automated annotation processors, indicating that Restrictions in the annotated element and its descendants must be processed This annotation is incompatible with IgnoreRestrictions - an element must not be annotated with IgnoreRestrictions and EnforceRestrictions at the same time

Author:
flbulgarelli
See Also:
IgnoreRestrictions



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.