API

annotation class API

Markiert Methoden, die Schüler verwenden sollen. Methoden ohne @API sollen nicht verwendet werden!

Bisher müssen diese Methoden auch mit @SuppressWarnings("unused") zusätzlich markiert werden.

Author

Niklas Keller <me@kelunik.com>

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
abstract fun toString(): String