For `.filter` only no-args types are permitted. This defines an ability to define constructor args too. e.g.: ``` com.acme.MyHandler.filter=com.acme.MyFilter("hello", 3, 1L) ``` The above shows a String, integer and a Long as constructor args.