Skip to content

Instantly share code, notes, and snippets.

@tyoc213
Created February 12, 2013 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyoc213/4770812 to your computer and use it in GitHub Desktop.
Save tyoc213/4770812 to your computer and use it in GitHub Desktop.
A decompiled Validations from a jar without me have source code.
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: Validations.java
package mx.com.validators.annotations;
import java.lang.annotation.Annotation;
public interface Validations
extends Annotation
{
public abstract boolean moDN();
public abstract String clientType();
public abstract String[] notSituationCodes();
public abstract String retrieverClass();
/**
* @deprecated Method ubDs is deprecated
*/
public abstract String ubDs();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment