toggle menu
procedural
jvm
switch theme
search in API
Scheduling
/
gov.nasa.ammos.aerie.procedural.scheduling.annotations
/
WithMappers
With
Mappers
@
Retention
(
value
=
RetentionPolicy.CLASS
)
@
Target
(
value
=
ElementType.PACKAGE
)
@
Repeatable
(
value
=
AllMappers::class
)
annotation class
WithMappers
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
value
Link copied to clipboard
abstract
fun
value
(
)
:
Class
<
out
Any
>