Package org.drasyl.annotation
package org.drasyl.annotation
Annotations that provide meta information about drasyl's API.
-
ClassDescriptionSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.A common annotation to declare that annotated elements cannot be
null
.A common annotation to declare that annotated elements can benull
under some circumstance.