accounting-manager-theme/src/com/sencha/gxt/themebuilder/base/client/config/TypeDetails.java

21 lines
426 B
Java

/**
* Sencha GXT 3.1.1 - Sencha for GWT
* Copyright(c) 2007-2014, Sencha, Inc.
* licensing@sencha.com
*
* http://www.sencha.com/products/gxt/license/
*/
package com.sencha.gxt.themebuilder.base.client.config;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
*
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface TypeDetails {
String sampleValue();
String comment();
}