mockspresso-reflect / com.episode6.hackit.mockspresso.reflect / NamedAnnotationLiteral

NamedAnnotationLiteral

open class NamedAnnotationLiteral : AnnotationLiteral<Named!>, Named

A convenience annotation literal for the @Named annotation.

Constructors

<init>

NamedAnnotationLiteral()
NamedAnnotationLiteral(value: String!)

Functions

value

open fun value(): String!

Inherited Functions

annotationType

open fun annotationType(): Class<out Annotation!>!

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String