DTO, service, and pagination options

JDL also allows us to declare entity related options easily. Options currently supported are:

The general syntax for option declaration is <OPTION> <ENTITIES | * | all> [with <VALUE>] [except <ENTITIES>].

The following are some possible options and different syntax in which they can be declared:

entity A
entity B
...
entity Z

dto * with mapstruct
service A with serviceImpl
service B with serviceClass
paginate * with pagination except B, C
paginate B, C with infinite-scroll
filter A, B