package japicmp.model; /** * Represents the ACC_ABSTRACT property flag for classes/methods as * described in the Class File Format Specification. */ public enum AbstractModifier implements JApiModifierBase { ABSTRACT, NON_ABSTRACT }