/** * Copyright (c) 2009 Farata Systems http://www.faratasystems.com * * Licensed under The MIT License * Re-distributions of files must retain the above copyright notice. * * @license http://www.opensource.org/licenses/mit-license.php The MIT License * */ package com.farata.dto2extjs.annotations; public enum JSClassKind { DEFAULT, EXT_JS, CLASSIC, STRING_CONSTANTS }