Home | History | Annotate | Download | only in health

Lines Matching refs:Constant

71     public @interface Constant {
90 * tagged with the @Constant annotation.
97 // constant arrays for these fields.
99 final Class<Constant> annotationClass = Constant.class;
110 final Constant constant = field.getAnnotation(annotationClass);
111 if (constant != null) {
112 final int type = constant.type();
114 throw new RuntimeException("Unknown Constant type " + type
120 throw new RuntimeException("Can't read constant value type=" + type
167 throw new RuntimeException("Unknown Constant " + key + " (of type "