FutureEquinoxApi

The FutureEquinoxApi annotation is useful to indicate an experimental api implemented in an external project outside Equinox that can be potentially implemented in the official library

Usage Example:

@FutureEquinoxApi(
    protoBehavior = """
        At the moment the proto api behaves etc...
    """ // text block suggested,
    releaseVersion = "1.0.9",
    additionalNotes = """
        - More customization
        - Add more styles
        - ...
    """ // text block suggested
)
class PotentialApi {
     ... behavior
}

Author

N7ghtm4r3 - Tecknobit

Since

1.0.8

Properties

Link copied to clipboard

Additional notes about some improvements or any requirements to implement in the official api

Link copied to clipboard

The prototypical behavior the api currently has before the official integration

Link copied to clipboard

The version of the release candidate to implement this api