|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={METHOD,FIELD,CONSTRUCTOR}) public @interface functional
marker annotation: mark that the relation is functional. Only valid on fields and methods. All fields and methods that take or return a non Collection argument are functional by default. Fields or methods that take a Collection by default specify that the relation is to each element of the collection. To specify that this is not the case use this annotation. Created by Henry Story Date: Aug 29, 2005 Time: 12:06:47 AM
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |