package jstellarapi.core; import java.util.ArrayList; public class StellarPath extends ArrayList<StellarPathElement> { }