Package com.hivemq.extension.sdk.api.annotations

  • Annotation Types Summary 
    Annotation Type Description
    DoNotImplement
    Documents that this interface must not be implemented by an extension.
    Experimental
    Documents that this interface is experimental and might be subject to change in future HiveMQ versions.
    Immutable
    A marker annotation interface which marks a class as immutable.
    NotNull
    An annotation which is used for indicating that something can not be null.
    Nullable
    An annotation which is used for indicating that something can be null.
    ThreadSafe
    An annotation which is used for indicating that a class is thread safe.