com.github.peckb1.examples.auto.fraggles.Boober Maven / Gradle / Ivy
package com.github.peckb1.examples.auto.fraggles;
import com.github.peckb1.examples.auto.Fraggle;
import com.github.peckb1.examples.auto.muppeteers.DaveGoelz;
import com.github.peckb1.processor.AutoJackson;
import com.github.peckb1.processor.Named;
@AutoJackson
public interface Boober extends Fraggle {
@Named("superstitions") long getNumberOfSuperstitions();
}