FindBugsSuppress.java 504 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.xfa.ut;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Retention(value=RetentionPolicy.SOURCE)
@Target(value={ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.METHOD, ElementType.PACKAGE, ElementType.TYPE})
public @interface FindBugsSuppress {
    public String code() default "";

    public String pattern() default "";
}