Package org.drasyl.annotation
Annotations that provide meta information about drasyl's API.
-
Annotation Types Summary Annotation Type Description Beta Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.NonNull A common annotation to declare that annotated elements cannot benull
.Nullable A common annotation to declare that annotated elements can benull
under some circumstance.