Argument.smali
.class public interface abstract annotation Lcom/hankcs/hanlp/model/perceptron/cli/Argument;
.super Ljava/lang/Object;
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lcom/hankcs/hanlp/model/perceptron/cli/Argument;
alias = ""
delimiter = ","
description = ""
prefix = "-"
required = false
value = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
# virtual methods
.method public abstract alias()Ljava/lang/String;
.end method
.method public abstract delimiter()Ljava/lang/String;
.end method
.method public abstract description()Ljava/lang/String;
.end method
.method public abstract prefix()Ljava/lang/String;
.end method
.method public abstract required()Z
.end method
.method public abstract value()Ljava/lang/String;
.end method