Annotation With Reference Value
data class AnnotationWithReferenceValue( val name: String?, val value: Any?, val reference: String?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun AnnotationWithReferenceValue( name: String?, value: Any?, reference: String?)
Content copied to clipboard