Package com.teamdev.jxbrowser.annotation


@InternalApi package com.teamdev.jxbrowser.annotation
This package contains common annotation types for Java code.
  • Annotation Interfaces
    Class
    Description
    Annotates a program element (class, method) which must be immutable.
    Annotates a program element (class, method, package etc.) which is internal to JxBrowser, not part of the public API, and should not be used by users of the library.
    This annotation can be applied to a package to indicate that all public methods in this package cannot return null.