package org.opendc.common.annotations @RequiresOptIn(message = "This is a registered API endpoint.") @Retention(AnnotationRetention.BINARY) @Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.CONSTRUCTOR) public annotation class Endpoint(val method: String, val name : String)