Package club.doki7.ffm.annotation
package club.doki7.ffm.annotation
Auxiliary annotation.
-
Annotation InterfacesClassDescriptionMarker annotation, indicating that an integral value is a C enum (maybe bitmask) type.Marker annotation, indicating that a value is actually of an aliased native type.Marker annotation, indicating that a pointer value (
MemorySegment
orlong
) is a pointer to a specific type.Marker annotation, indicating that the annotated method is Unsafe.Marker annotation, indicating that the annotated record constructor is UnsafeMarker annotation, indicating that the annotated integral value should be treated as Unsigned.Marker annotation, indicating the annotated type will consequentially become@ValueBased
once Project Valhalla gets stabilized.