package org.zstack.header.vo; import java.lang.annotation.Retention; import java.lang.annotation.Target; @Target(java.lang.annotation.ElementType.FIELD) @Retention(java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Uuid { }