Package org.apache.logging.log4j.util
Annotation Type PerformanceSensitive
-
@Retention(CLASS) public @interface 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 bySuppressWarnings. For example, code that should not be allocating objects (like iterators) could use the description "allocation".- Since:
- 2.6
-
-
Element Detail
-
value
String[] value
Description of why this is written the way it is.- Default:
- {""}
-
-