No, precompiled script plugin alse ends up as normal binary plugin. Pre-generated accessors or similar would not be an advantage, but a disadvantage. Because you only get the accessors generated that are actually representing something existing because you applied some plugin. With pregenerated accessors, you would always have it even if the plugin is just in the classspath but not applied and thus would then fail at runtime.