Annotation Type Annotations.PrintMemoryCount


  • @Retention(RUNTIME)
    @Target(FIELD)
    public static @interface Annotations.PrintMemoryCount
    Fields annotated with this annotation will have their memory usage added to the memory usage map returned by countApproximateMemoryUsage. Fields without this annotation will be counted towards total memory usage but not printed specifically.
    Author:
    adampauls