/* * Not used. */ package com.compilercompany.es3c.v1; interface Attributes { static final int ReadOnly = 0x00000001; static final int DontDelete = 0x00000002; static final int DontEnum = 0x00000004; } /* * The end. */