You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/01/09 10:46:35 UTC

[jira] Created: (LANG-398) Annotations?

Annotations?
------------

                 Key: LANG-398
                 URL: https://issues.apache.org/jira/browse/LANG-398
             Project: Commons Lang
          Issue Type: Task
            Reporter: Henri Yandell
             Fix For: LangTwo 1.0


Any 'should be standard' annotations that people would like to see in Lang?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (LANG-398) Annotations?

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed LANG-398.
------------------------------

    Resolution: Later

Closing this - no strong activity here and we don't need a placeholder for a possible new feature. I'm sure annotations will show up when they're ready :)

> Annotations?
> ------------
>
>                 Key: LANG-398
>                 URL: https://issues.apache.org/jira/browse/LANG-398
>             Project: Commons Lang
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: 3.x
>
>
> Any 'should be standard' annotations that people would like to see in Lang?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (LANG-398) Annotations?

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557245#action_12557245 ] 

Sebb commented on LANG-398:
---------------------------

Annotations related to thread-safety, e.g.

@Immutable
@GuardedBy
@ThreadSafe
@NotThreadSafe

See http://www.javaconcurrencyinpractice.com/annotations/doc/


> Annotations?
> ------------
>
>                 Key: LANG-398
>                 URL: https://issues.apache.org/jira/browse/LANG-398
>             Project: Commons Lang
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: LangTwo 1.0
>
>
> Any 'should be standard' annotations that people would like to see in Lang?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LANG-398) Annotations?

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated LANG-398:
-------------------------------

    Component/s: General

> Annotations?
> ------------
>
>                 Key: LANG-398
>                 URL: https://issues.apache.org/jira/browse/LANG-398
>             Project: Commons Lang
>          Issue Type: Task
>          Components: General
>            Reporter: Henri Yandell
>             Fix For: 3.x
>
>
> Any 'should be standard' annotations that people would like to see in Lang?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (LANG-398) Annotations?

Posted by "Ivan Bilenjkij (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728299#action_12728299 ] 

Ivan Bilenjkij edited comment on LANG-398 at 7/7/09 12:02 PM:
--------------------------------------------------------------

I am against re-inventing the wheel. Perhaps Brian and Tim would be inclined to donate this code, either here or in the next JDK? If not, can commons-lang add a dependency to it?

      was (Author: ibilenjkij):
    I am against re-inventing the wheel. Perhaps Brian and Tim would be inclined to donate this code, either here of the next JDK? If not, can commons-lang add a dependency to it?
  
> Annotations?
> ------------
>
>                 Key: LANG-398
>                 URL: https://issues.apache.org/jira/browse/LANG-398
>             Project: Commons Lang
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Any 'should be standard' annotations that people would like to see in Lang?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (LANG-398) Annotations?

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791330#action_12791330 ] 

Sebb commented on LANG-398:
---------------------------

Note: 
As implemented, the JCIP annotations have type Retention.RUNTIME, which means that the annotation jar is needed at runtime. 
Not sure we want that.

It's a pity they aren't Retention.CLASS, which would still allow static analysis tools such as Findbugs to use them.

> Annotations?
> ------------
>
>                 Key: LANG-398
>                 URL: https://issues.apache.org/jira/browse/LANG-398
>             Project: Commons Lang
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: 3.x
>
>
> Any 'should be standard' annotations that people would like to see in Lang?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LANG-398) Annotations?

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated LANG-398:
-------------------------------

    Fix Version/s:     (was: 3.0)
                   3.x

> Annotations?
> ------------
>
>                 Key: LANG-398
>                 URL: https://issues.apache.org/jira/browse/LANG-398
>             Project: Commons Lang
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: 3.x
>
>
> Any 'should be standard' annotations that people would like to see in Lang?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (LANG-398) Annotations?

Posted by "Ivan Bilenjkij (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728299#action_12728299 ] 

Ivan Bilenjkij commented on LANG-398:
-------------------------------------

I am against re-inventing the wheel. Perhaps Brian and Tim would be inclined to donate this code, either here of the next JDK? If not, can commons-lang add a dependency to it?

> Annotations?
> ------------
>
>                 Key: LANG-398
>                 URL: https://issues.apache.org/jira/browse/LANG-398
>             Project: Commons Lang
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Any 'should be standard' annotations that people would like to see in Lang?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LANG-398) Annotations?

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated LANG-398:
-------------------------------

    Fix Version/s:     (was: 3.1)
                   3.0

> Annotations?
> ------------
>
>                 Key: LANG-398
>                 URL: https://issues.apache.org/jira/browse/LANG-398
>             Project: Commons Lang
>          Issue Type: Task
>          Components: General
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Any 'should be standard' annotations that people would like to see in Lang?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.