@Retention(value=RUNTIME) @PublicAPI public @interface FixerInfo
StructureFixer
implementationsModifier and Type | Optional Element and Description |
---|---|
java.lang.String |
actionStringToken
Returns the action string token of the fixer.
|
java.lang.String |
description
Returns the description of the fixer.
|
java.lang.String |
name
Returns the name of the fixer.
|
int |
priority
Returns the priority of the fixer.
|
public abstract java.lang.String name
public abstract java.lang.String description