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

org.robovm.rt.bro.annotation.Packed Maven / Gradle / Ivy

There is a newer version: 2.3.21
Show newest version
package org.robovm.rt.bro.annotation;

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

/**
 * Specifies that annotated struct has to be packed
 * @author dkimitsa
 * @version $Id$
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface Packed {
    int value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy