You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AutoGenerated.java 294B

12345678910111213141516
  1. /*
  2. @VaadinApache2LicenseForJavaFiles@
  3. */
  4. package com.vaadin.annotations;
  5. /**
  6. * Marker annotation for automatically generated code elements.
  7. *
  8. * These elements may be modified or removed by code generation.
  9. *
  10. * @author Vaadin Ltd.
  11. * @since 6.0
  12. */
  13. public @interface AutoGenerated {
  14. }