Interface GetReturnType
public interface GetReturnType
A marker interface used as the default value for the
type attribute
in the ISProperty annotation.
This indicates that the property's type should be inferred from the return
type of the annotated method. It serves as a placeholder because annotation
attributes cannot have null as a default, and using Object.class
would be ambiguous as it maps to PropertyTypeName.BaseType.ANY.
- Author:
- Luca Frosini (ISTI - CNR)