Package club.doki7.ffm.annotation


package club.doki7.ffm.annotation
Auxiliary annotation.
  • Annotation Interfaces
    Class
    Description
    Marker 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 or long) 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 Unsafe
    Marker 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.