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

com.github.peckb1.examples.auto.Gorg Maven / Gradle / Ivy

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

import com.github.peckb1.processor.AutoJackson;

import java.util.Optional;

@AutoJackson
public interface Gorg {

    Integer getAge();
    String getName();
    Optional getChild();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy