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

io.norberg.automatter.example.Foobar Maven / Gradle / Ivy

package io.norberg.automatter.example;

import io.norberg.automatter.AutoMatter;

@AutoMatter
public interface Foobar {
  String foo();
  int bar();

  FoobarBuilder builder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy