gw.lang.reflect.ICanBeAnnotation Maven / Gradle / Ivy
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.reflect;
public interface ICanBeAnnotation {
boolean isAnnotation();
}
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.reflect;
public interface ICanBeAnnotation {
boolean isAnnotation();
}