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

com.github.peckb1.examples.auto.fraggles.Gobo Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.github.peckb1.examples.auto.fraggles;

import com.github.peckb1.examples.auto.Fraggle;
import com.github.peckb1.examples.auto.muppeteers.JerryNelson;
import com.github.peckb1.processor.AutoJackson;
import com.github.peckb1.processor.Named;

import java.io.IOException;
import java.util.Map;

@AutoJackson
public interface Gobo extends Fraggle {

    @Named("postcards") int getFetchedPostcards();

    X getX();

    @Named("zed") Map getMap() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy