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

org.jboss.forge.parser.Origin Maven / Gradle / Ivy

There is a newer version: 2.0.0.Alpha1
Show newest version
/*
 * Copyright 2012 Red Hat, Inc. and/or its affiliates.
 *
 * Licensed under the Eclipse Public License version 1.0, available at
 * http://www.eclipse.org/legal/epl-v10.html
 */
package org.jboss.forge.parser;


/**
 * Represents an object that has a root ancestor that should be made accessible
 * to its clients.
 * 
 * @author Lincoln Baxter, III
 * 
 */
public interface Origin
{
   /**
    * @return the instance of the root ancestor.
    */
   T getOrigin();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy