File tree Expand file tree Collapse file tree
src/main/java/org/mapstruct/intellij/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252import org .jetbrains .annotations .NotNull ;
5353import org .jetbrains .annotations .Nullable ;
5454import org .mapstruct .BeanMapping ;
55- import org .mapstruct .Builder ;
5655import org .mapstruct .Context ;
57- import org .mapstruct .EnumMapping ;
5856import org .mapstruct .InheritConfiguration ;
5957import org .mapstruct .InheritInverseConfiguration ;
6058import org .mapstruct .Mapper ;
@@ -104,8 +102,6 @@ public class MapstructUtil {
104102 static final String VALUE_MAPPINGS_ANNOTATION_FQN = ValueMappings .class .getName ();
105103 private static final String MAPPING_TARGET_ANNOTATION_FQN = MappingTarget .class .getName ();
106104 private static final String CONTEXT_ANNOTATION_FQN = Context .class .getName ();
107- private static final String BUILDER_ANNOTATION_FQN = Builder .class .getName ();
108- private static final String ENUM_MAPPING_ANNOTATION_FQN = EnumMapping .class .getName ();
109105 private static final String IMMUTABLE_FQN = "org.immutables.value.Value.Immutable" ;
110106 private static final String FREE_BUILDER_FQN = "org.inferred.freebuilder.FreeBuilder" ;
111107 public static final Attributes .Name VERSION_ATTRIBUTE = new Attributes .Name ("Bundle-Version" );
You can’t perform that action at this time.
0 commit comments