summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/annotations/AutoGenerated.java
blob: 90c3adc2cf524f2fa83e8138bbf9ff6570bc5875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
@ITMillApache2LicenseForJavaFiles@
 */
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 {

}