aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/annotations/AutoGenerated.java
blob: 6490c52e538af548563cc19384313b002e88c6c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
@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.
 * @since 6.0
 */
public @interface AutoGenerated {

}