src/main/resources/xelfi/templates/patterns/Interface.template
author Jaroslav Tulach <jaroslav.tulach@xelfi.cz>
Tue, 17 Jan 2017 21:11:27 +0100
changeset 8 09cacfcd32fd
parent 0 src/main/java/xelfi/templates/patterns/Interface.template@189280700bc7
permissions -rw-r--r--
Moving non-java files into resources directory
     1 /**
     2 *
     3 */
     4 
     5 package XYZ;
     6 
     7 /**
     8 *
     9 * @author
    10 * @version
    11 */
    12 public interface ABC {
    13 
    14 }
    15