aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/annotations/AutoGenerated.java
blob: 72c9b62a919563d7417417527a320a96296817b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
@VaadinApache2LicenseForJavaFiles@
 */
package com.vaadin.annotations;

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

}