From 4dbb7c7f9e59d7af716984683afda36824fff395 Mon Sep 17 00:00:00 2001 From: Ioannis Canellos Date: Sat, 24 Apr 2021 12:58:01 +0300 Subject: [PATCH] fixup: remove code gen configuration --- .../main/java/io/sundr/codegen/Config.java | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 model/src/main/java/io/sundr/codegen/Config.java diff --git a/model/src/main/java/io/sundr/codegen/Config.java b/model/src/main/java/io/sundr/codegen/Config.java deleted file mode 100644 index 326c1db87..000000000 --- a/model/src/main/java/io/sundr/codegen/Config.java +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Copyright 2015 The original authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * -**/ - -package io.sundr.codegen; - -import io.sundr.builder.annotations.ExternalBuildables; - -@ExternalBuildables(lazyCollectionInitEnabled = true, includeAbstractClasses = true, includeInterfaces = false, value = "io.sundr.model", excludes = { - "io.sundr.model.AttributeKey" }) -public class Config { - -}