Interface | Description |
---|---|
IFilter |
Interface for filter implementations.
|
IFilterOutput |
Interface used by filters to mark filtered items.
|
Class | Description |
---|---|
EnumEmptyConstructorFilter |
Filters empty enum constructors.
|
EnumFilter |
Filters methods
values and valueOf that compiler
creates for enums. |
Filters |
Filter that combines other filters.
|
FinallyFilter |
Filters duplicates of finally blocks that compiler generates.
|
GroovyGeneratedFilter |
Filters methods annotated with
@groovy.transform.Generated . |
LombokGeneratedFilter |
Filters methods annotated with
@lombok.Generated . |
PrivateEmptyNoArgConstructorFilter |
Filters private empty constructors that do not have arguments.
|
StringSwitchJavacFilter |
Filters code that is generated by javac for a switch statement with a String.
|
SynchronizedFilter |
Filters code that is generated for synchronized statement.
|
SyntheticFilter |
Filters synthetic methods unless they represent bodies of lambda expressions.
|
TryWithResourcesEcjFilter |
Filters code that ECJ generates for try-with-resources statement.
|
TryWithResourcesJavacFilter |
Filters code that javac generates for try-with-resources statement.
|
Copyright © 2018. All rights reserved.