View Javadoc

1   package com.ochafik.lang.jnaerator.runtime;
2   import java.lang.annotation.*;
3   
4   @Retention(RetentionPolicy.RUNTIME)
5   @Target( {ElementType.FIELD} )
6   public @interface Bits {
7   	int value();
8   }