Package eu.cloudnetservice.driver.network.rpc.annotation


package eu.cloudnetservice.driver.network.rpc.annotation
  • Annotation Interfaces
    Class
    Description
    An annotation which can be added to a field to indicate when generating a data class serializer, that a specific method should be used as the getter rather than either a direct field access or the best matching method.
    An annotation which can be added to a field to mark it as ignored when a data class serializer is generated.
    Marks a method in an api class which returns void but should not wait to the result signal of the remote rpc to become available.
    An annotation used in combination with the annotation processor to validate that an api class can be used to remotely execute methods.