first version of pattern without Tests

This commit is contained in:
SrdjanPaunovic
2017-04-27 13:58:58 +02:00
parent 82b9f4fea7
commit 645e91ed23
14 changed files with 281 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package abstractextensions;
/**
* Created by Srdjan on 26-Apr-17.
*/
public interface UnitExtension {
}