/* * Copyright 2013 Guidewire Software, Inc. */ package gw.plugin.ij.annotation; /** */ public class JavaClassWithStaticsToImport { public static final String CONST1 = "uno"; public static final String CONST2 = "dos"; }