All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.nemerosa.ontrack.model.structure.OpenEntity.kt Maven / Gradle / Ivy

There is a newer version: 4.4.5
Show newest version
package net.nemerosa.ontrack.model.structure

/**
 * Marks a class which should be considered as `open` by the
 * Kotlin `all-open` compiler plugin. This is used to mark
 * classes that can be returned as-is (without being wrapped)
 * by Spring MVC controller and used to generate links.
 */
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class OpenEntity {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy