// 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: // ObjectIdGenerators, ObjectIdGenerator public static abstract class extends { private static final long serialVersionUID = 1L; public volatile boolean canUseFor(ObjectIdGenerator objectidgenerator) { return super.(objectidgenerator); } protected (Class class1) { super(class1); } }