// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.fasterxml.jackson.annotation; // Referenced classes of package com.fasterxml.jackson.annotation: // JsonProperty public static final class extends Enum { private static final READ_WRITE $VALUES[]; public static final READ_WRITE AUTO; public static final READ_WRITE READ_ONLY; public static final READ_WRITE READ_WRITE; public static final READ_WRITE WRITE_ONLY; public static valueOf(String s) { return ()Enum.valueOf(com/fasterxml/jackson/annotation/JsonProperty$Access, s); } public static [] values() { return ([])$VALUES.clone(); } static { AUTO = new ("AUTO", 0); READ_ONLY = new ("READ_ONLY", 1); WRITE_ONLY = new ("WRITE_ONLY", 2); READ_WRITE = new ("READ_WRITE", 3); $VALUES = (new .VALUES[] { AUTO, READ_ONLY, WRITE_ONLY, READ_WRITE }); } private (String s, int i) { super(s, i); } }