summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/annotations/AutoGenerated.java
blob: 87dbbf6d8be5d5e87cef2beca92d1d516228fd9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.vaadin.annotations;

/**
 * Marker annotation for automatically generated code elements.
 * 
 * These elements may be modified or removed by code generation.
 * 
 * @author IT Mill Ltd.
 * @version
 * @VERSION@
 * @since 6.0
 */
public @interface AutoGenerated {

}