Skip to content
  • Lubomir Bulej's avatar
    Allow fields without annotations in DiSL classes · de737575
    Lubomir Bulej authored
    Relaxed the DiSL class parser to allow DiSL class to contain fields
    without annotations. The parser previously threw exceptions, which
    made it impossible to include guards in the DiSL class. The parser
    should really only choke on fields without annotations that are
    actually accessed from DiSL snippets.
    de737575