package org.zstack.core; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.Target; /** */ @Target(value = {ElementType.TYPE}) @Retention(java.lang.annotation.RetentionPolicy.RUNTIME) public @interface GlobalPropertyDefinition { }