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

io.github.dronesecurity.userapplication.domain.user.entities.contracts.Maintainer Maven / Gradle / Ivy

/*
 * Copyright (c) 2021-2022, Mirko Felice & Maxim Derevyanchenko. All rights reserved.
 * Licensed under the MIT license. See LICENSE file in the project root for details.
 */

package io.github.dronesecurity.userapplication.domain.user.entities.contracts;

/**
 * Represents a particular {@link User} with the {@link Role} of {@link Role#MAINTAINER}.
 */
public interface Maintainer extends User { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy