[ 
https://issues.apache.org/jira/browse/CODEC-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852970#comment-16852970
 ] 

Melloware commented on CODEC-214:
---------------------------------

Or are you saying change...
<tags>
            <tag>
              <name>Immutable</name>
              <placement>a</placement>
              <head>This class is immutable</head>
            </tag>
            <tag>
              <name>NotThreadSafe</name>
              <placement>a</placement>
              <head>This class is not thread-safe</head>
            </tag>
            <tag>
              <name>ThreadSafe</name>
              <placement>a</placement>
              <head>This class is thread-safe</head>
            </tag>
          </tags>

To

<tags>
            <tag>
              <name>org.apache.commons.Immutable</name>
              <placement>a</placement>
              <head>This class is immutable</head>
            </tag>
            <tag>
              <name>org.apache.commons.NotThreadSafe</name>
              <placement>a</placement>
              <head>This class is not thread-safe</head>
            </tag>
            <tag>
              <name>org.apache.commons.ThreadSafe</name>
              <placement>a</placement>
              <head>This class is thread-safe</head>
            </tag>
          </tags>

> Update POM to support @NotThreadSafe @Immutable Javadoc tags
> ------------------------------------------------------------
>
>                 Key: CODEC-214
>                 URL: https://issues.apache.org/jira/browse/CODEC-214
>             Project: Commons Codec
>          Issue Type: New Feature
>            Reporter: Sebb
>            Priority: Major
>         Attachments: pom.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Commons Compress uses @Immutable etc tags in Javadoc
> Codec could do the same



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to