Added missing documentation
[fiscal-year.java.git] / src / main / java / com / github / sebhoss / time / FiscalYearCalculator.java
blobad022dd73d381422f51c935ab301dc3196daf95a
1 /*
2 * This program is free software. It comes without any warranty, to
3 * the extent permitted by applicable law. You can redistribute it
4 * and/or modify it under the terms of the Do What The Fuck You Want
5 * To Public License, Version 2, as published by Sam Hocevar. See
6 * http://www.wtfpl.net/ for more details.
7 */
8 package com.github.sebhoss.time;
10 import org.joda.time.LocalDate;
12 interface FiscalYearCalculator {
14 int calculateFiscalYear(LocalDate calendarDate);