JavaManualAttribute

JavaManualAttribute class

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface, 
    Inherited = false)]
public class JavaManualAttribute : Attribute

Constructors

Name Description
JavaManualAttribute() The default constructor.
JavaManualAttribute(string)

Properties

Name Description
Comment { get; set; }

See Also