mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
WIP
This commit is contained in:
parent
d9d0e1ff63
commit
d10990e337
|
@ -0,0 +1,4 @@
|
|||
package one.nem.lacerta.source.pref.impl;
|
||||
|
||||
public class CommonImpl {
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
package one.nem.lacerta.source.pref.module;
|
||||
|
||||
public class CommonModule {
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package one.nem.lacerta.source.pref.repository;
|
||||
|
||||
public interface Common {
|
||||
// さまざまな用途で使うPref
|
||||
}
|
Loading…
Reference in New Issue
Block a user