From 8d8d068376b56d9b94332a36344a7d10260d543b Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Fri, 16 Jun 2023 15:15:45 +0200 Subject: [PATCH] BuildWithMalio class removed (not used) --- .../internal/annotation/BuildWithMalio.java | 36 ------------------- pom.xml | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 malio/src/main/java/com/github/nalukit/malio/shared/internal/annotation/BuildWithMalio.java diff --git a/malio/src/main/java/com/github/nalukit/malio/shared/internal/annotation/BuildWithMalio.java b/malio/src/main/java/com/github/nalukit/malio/shared/internal/annotation/BuildWithMalio.java deleted file mode 100644 index 08b0b73..0000000 --- a/malio/src/main/java/com/github/nalukit/malio/shared/internal/annotation/BuildWithMalio.java +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Copyright © 2023 Frank Hossfeld, Philipp Kohl - * - * 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 com.github.nalukit.malio.shared.internal.annotation; - -import java.lang.annotation.Retention; -import java.lang.annotation.RetentionPolicy; - -/** - * Annotation to mark classes, which will used by the framework. - *
- *

Do not use classes annotated with NaluInternalUse! This - * classes can change without any announcement.

- * - * @author Frank Hossfeld, Philipp Kohl - */ -@Retention(RetentionPolicy.RUNTIME) -public @interface BuildWithMalio { - - String version(); - - String buildTime(); - -} diff --git a/pom.xml b/pom.xml index d1e357c..d43df38 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ malio malio-processor - + malio-tests malio-gwt2-tests malio-j2cl-tests