package com.webcohesion.enunciate.examples.jaxrsjackson.genealogy.data; /** * @author Ryan Heaton */ public class RelationshipSample implements Sample { @Override public int getSampleSize() { return 0; } public Relationship getRelationship() { return null; } }