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

com.cedarsoft.unit.other.Sorted.kt Maven / Gradle / Ivy

There is a newer version: 8.9.2
Show newest version
package com.cedarsoft.unit.other

import java.lang.annotation.Inherited

/**
 * Marks sorted values
 */
@kotlin.annotation.Retention(AnnotationRetention.RUNTIME)
@MustBeDocumented
@Inherited
annotation class Sorted(
  val value: Order = Order.ASC
)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy