Interface GetReturnType
-
public interface GetReturnTypeA marker interface used as the default value for thetypeattribute in theISPropertyannotation.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
nullas a default, and usingObject.classwould be ambiguous as it maps toPropertyTypeName.BaseType.ANY.- Author:
- Luca Frosini (ISTI - CNR)