您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }