Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SciJava Taglets: Documentation Support for FunctionalInterface Fields

This project is designed to provide a Field analog to the @param/@return javadoc tags. Just as one might wish to describe the parameters of a method, it is similarly useful to be able to describe the inputs and outputs of a FunctionalInterface Field. The set of taglets in this project aim to provide that functionality.

Note that this project is spiritually aligned with the FunctionalInterfaces provided within SciJava Functions.