All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.equo.ide.maven.Welcome Maven / Gradle / Ivy

There is a newer version: 1.5.6
Show newest version
/*******************************************************************************
 * Copyright (c) 2022-2023 EquoTech, Inc. and others.
 *
 * This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License 2.0
 * which accompanies this distribution, and is available at
 * https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 *
 * Contributors:
 *     EquoTech, Inc. - initial API and implementation
 *******************************************************************************/
package dev.equo.ide.maven;

import org.apache.maven.plugins.annotations.Parameter;
import org.sonatype.inject.Nullable;

public class Welcome {
	@Parameter @Nullable String openUrl;
	@Parameter @Nullable String perspective;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy