summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/Field.java
blob: 010892b0e9b620b1fa5e489950eb83216be3459f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
@VaadinApache2LicenseForJavaFiles@
 */
/**
 * 
 */
package com.vaadin.terminal.gwt.client.ui;

/**
 * This interface indicates that the component is a Field (serverside), and
 * wants (for instance) to automatically get the v-modified classname.
 * 
 */
public interface Field {

}