Package org.apache.logging.log4j.util
Annotation Type PerformanceSensitive
Indicates that a particular annotated construct was written with certain performance constraints in mind that
should be considered when modifying or testing. Descriptive values should be similar to the conventions used by
SuppressWarnings
. For example, code that should not be allocating objects (like iterators) could use the
description "allocation".- Since:
- 2.6
-
Optional Element Summary
-
Element Details
-
value
String[] valueDescription of why this is written the way it is.- Default:
- {""}
-