surf-api
Toggle table of contents
1.21.4-2.1.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
surf-api
surf-api-core-api
/
dev.slne.surf.surfapi.core.api.reflection
/
Field
Field
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
,
AnnotationTarget.PROPERTY_GETTER
,
AnnotationTarget.PROPERTY_SETTER
]
)
annotation class
Field
(
val
name
:
String
=
""
,
val
type
:
Field.Type
,
val
overrideFinal
:
Boolean
=
false
)
Marks a method in a
SurfProxy
as a Field.
Members
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
Field.Type
>
Properties
name
Link copied to clipboard
val
name
:
String
override
Final
Link copied to clipboard
val
overrideFinal
:
Boolean
=
false
type
Link copied to clipboard
val
type
:
Field.Type