Class AbstractNamed

java.lang.Object
com.mastfrog.abstractions.AbstractNamed
All Implemented Interfaces:
Named

public abstract class AbstractNamed extends Object implements Named
Base class for things that are implement Named and want to use that for their toString() implementation.
Author:
Tim Boudreau
  • Constructor Details

    • AbstractNamed

      protected AbstractNamed()
  • Method Details