|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface AllocationMeasurement
Annotation that identifies a given method as an "allocation measurement" method. The method
should take a single int parameter; its return value may be any type. Methods with this
annotation may be used with the AllocationInstrument
or the AllocationSizeInstrument
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |