Need to ignore commented out lines when parsing the annotation. ( route = "/v4/tv/chart/daily", access = {"tv", "tvcharts"} // cacheTimeout = 60*30 ) incorrectly assigns: access = 60*30
Need to ignore commented out lines when parsing the annotation.
(
route = "/v4/tv/chart/daily",
access = {"tv", "tvcharts"}
// cacheTimeout = 60*30
)
incorrectly assigns:
access = 60*30