Architecture Document Conventions¶
Method References¶
Unless they are ambiguous, method references are always followed by a null parameter list () even if there actually parameters in the Java method call. This is for reading ease of our documentation and should not be taken as a literal interpretation of the code.
Source: Architecture Document Conventions (original PCGen wiki)