Package org.drasyl.annotation


package org.drasyl.annotation
Annotations that provide meta information about drasyl's API.
  • Annotation Types
    Class
    Description
    Signifies 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 be null under some circumstance.