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