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

io.vproxy.pni.annotation.Pointer Maven / Gradle / Ivy

The newest version!
package io.vproxy.pni.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Consider the field to be a pointer in C code.
 */
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Pointer {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy