Dependency

annotation class Dependency

Annotation used to specify dependencies required by an addon.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
abstract fun id(): @NotNull String
Gets the id of the dependency.
Link copied to clipboard
abstract fun optional(): Boolean
Checks whether this dependency is optional.
Link copied to clipboard
abstract fun toString(): String