|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @UseWith(value=SERVICE) public @interface PreventServiceDecoration
Marks a service as not eligible for decoration. This is useful for services that, if decorated, can cause cycle
dependency errors; for example, MasterObjectProvider
, or services
contributed to MasterObjectProvider, are good candidates for this annotation.
ServiceDef2.isPreventDecoration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |