mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#207 Formatting
This commit is contained in:
parent
8b7d5197bc
commit
a6a9971c30
@ -85,9 +85,11 @@ import static org.mapstruct.ap.model.Assignment.AssignmentType.TYPE_CONVERTED;
|
||||
*/
|
||||
public class MapperCreationProcessor implements ModelElementProcessor<List<SourceMethod>, Mapper> {
|
||||
|
||||
private enum TargetAccessorType {GETTER, SETTER, ADDER}
|
||||
|
||||
;
|
||||
private enum TargetAccessorType {
|
||||
GETTER,
|
||||
SETTER,
|
||||
ADDER
|
||||
}
|
||||
|
||||
private Elements elementUtils;
|
||||
private Types typeUtils;
|
||||
|
Loading…
x
Reference in New Issue
Block a user