Package org.github.jamm
Annotation Type Unmetered
-
@Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface Unmetered
Indicates that a specified field or type should not be measured or counted byMemoryMeter
.
@Retention(RUNTIME)
@Target({TYPE,FIELD})
public @interface Unmetered
MemoryMeter
.