org.sakaiproject.entitybroker.entityprovider.annotations
Annotation Type EntityFieldRequired


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

Marks a getter method or field as required to be non-null and non-empty for an entity, this can be used many times in a class, this is mostly for documentation purposes and has little effect on operations

Author:
Aaron Zeckoski (aaron@caret.cam.ac.uk)



Copyright © 2007-2012 Sakai Project. All Rights Reserved.