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