|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Copyright(value="Copyright © 2008, Iparelan Solutions, LLC. All rights reserved.") public @interface SyntheticCodeGeneration
Declares that the compiler has been know to generate sythetic code near the
marked point. For example, a synthetic method may be generated to access
private data of an enclosing class. Such synthetic methods could pose a
security risk and usually have names like access$000
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |