public class Motivation extends Object
A motivation for an annotation.
Try to use the defined constants and only fall back to the constructor if your motivation is not covered by these.
| Modifier and Type | Field and Description |
|---|---|
static Motivation |
COMMENTING |
static Motivation |
LINKING |
static Motivation |
PAINTING |
| Constructor and Description |
|---|
Motivation(String motivation) |
public static final Motivation PAINTING
public static final Motivation COMMENTING
public static final Motivation LINKING
public Motivation(String motivation)
Copyright © 2018. All rights reserved.