@Retention(value=CLASS)
public @interface PerformanceSensitive
SuppressWarnings
. For example, code that should not be allocating objects (like iterators) could use the
description "allocation".Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
value
Description of why this is written the way it is.
|