Package com.igormaznitsa.meta.annotation
Annotation Type TimeComplexity
-
@Documented @Target({METHOD,CONSTRUCTOR}) @Retention(CLASS) @Inherited public @interface TimeComplexityAllows to mark executable entity by its time complexity description.- Since:
- 1.1.2
- See Also:
Complexity,Weight
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ComplexityvalueContains time complexity for marked entity.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcommentMay contain some description or comment.
-
-
-
Element Detail
-
value
Complexity value
Contains time complexity for marked entity.- Returns:
- time complexity value for marked entity.
- Since:
- 1.1.2
-
-