net.nemerosa.ontrack.model.structure.OpenEntity.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-model Show documentation
Show all versions of ontrack-model Show documentation
Ontrack module: ontrack-model
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