Gosu annotations and PolicyCenter Gosu rules

Guidewire PolicyCenter uses annotation syntax to add metadata to Gosu classes, constructors, methods, and properties. For example, you can add an annotation to a method to indicate its return type or what exceptions it might throw.

The variation that annotations cause in the visibility of classes, constructors, methods, and properties can make it seem that your Gosu code is incorrect. The location of your Gosu code might be the issue, not the code itself.

See also