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 335B

123456789101112131415161718
  1. /*
  2. @ITMillApache2LicenseForJavaFiles@
  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 IT Mill Ltd.
  11. * @version
  12. * @VERSION@
  13. * @since 6.0
  14. */
  15. public @interface AutoGenerated {
  16. }