
com.giffing.wicket.spring.boot.example.repository.Domain Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicket-spring-boot-starter-example Show documentation
Show all versions of wicket-spring-boot-starter-example Show documentation
An example project which uses the wicket-spring-boot-starter autoconfiguration project
package com.giffing.wicket.spring.boot.example.repository;
public interface Domain {
ID getId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy