@Documented
@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=CLASS)
@Inherited
public @interface MemoryComplexity
Complexity,
Weight| Modifier and Type | Required Element and Description |
|---|---|
Complexity |
value
Contains memory complexity for marked entity.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
comment
May contain some description or comment.
|
public abstract Complexity value