blob: f020b685e03edded9bd7ca46f6f1c7b90b2a423d [file] [log] [blame]
package targets.model.pa;
import java.lang.annotation.Inherited;
@Inherited
public @interface AnnoZ {
String annoZString();
int annoZint() default 17;
}