This commit is contained in:
ろむねこ 2023-12-11 10:35:40 +09:00
parent d9d0e1ff63
commit d10990e337
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.source.pref.impl;
public class CommonImpl {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.source.pref.module;
public class CommonModule {
}

View File

@ -0,0 +1,5 @@
package one.nem.lacerta.source.pref.repository;
public interface Common {
// さまざまな用途で使うPref
}