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

io.permazen.demo.Moon Maven / Gradle / Ivy


/*
 * Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
 */

package io.permazen.demo;

import io.permazen.annotation.PermazenType;

/**
 * Represents a moon of a planet.
 */
@PermazenType
public abstract class Moon extends AbstractBody implements Satellite {
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy