// 
// Decompiled by Procyon v0.6.0
// 

package javax.annotation.meta;

public enum When
{
    ALWAYS, 
    UNKNOWN, 
    MAYBE, 
    NEVER;
}
