All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.auties.protobuf.annotation.ProtobufReservedRange Maven / Gradle / Ivy

The newest version!
package it.auties.protobuf.annotation;

public @interface ProtobufReservedRange {
    int min();
    int max();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy