|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) public @interface PackageScope
Class or field annotation used for turning off Groovy's auto property conversion of default or package scoped fields. Place it on the field(s) of interest or on the class to apply for all package-scoped fields. This transformation is normally only used in conjunction with a third-party library or framework which already uses package scoping.
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |