com.ibm.layout

Annotation Type LayoutDesc



  • @Retention(value=RUNTIME)
     @Target(value=TYPE)
     @Documented
    public @interface LayoutDesc
    Describes the data layout. e.g.
     struct Point {
         jint x;
         jint y;
     }
     
    corresponds to
      @LayoutDesc({ "x:jint:+0:4", "y:jint:+4:4" })
     
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      java.lang.String[] value 
    • Element Detail

      • value

        public abstract java.lang.String[] value
Technology preview - internal use for evaluation purposes only
© Copyright 2014, 2015 IBM Corporation.