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

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