[ 
https://issues.apache.org/jira/browse/ISIS-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Haywood updated ISIS-517:
-----------------------------

    Description: 
for jsr305 annotations, eg @Nullable, @Immutable, @Signed, @MatchesPattern
applib.Filters.and(Filter<T>, Filter<T>) should be Filter<? super T>

from duplicate ISIS-241:
@javax.annotation.MatchesPattern 
@javax.annotation.Nonnegative 
@javax.annotation.Nullable 
@javax.annotation.concurrent.Immutable 
@javax.annotation.meta.Exhaustive (equivalent to @Bounded) 

note that jsr305 is part of Isis' dependencies because of the dependency we 
take on google guava.


  was:
for jsr305 annotations, eg @Nullable, @Immutable, @Signed, @MatchesPattern
applib.Filters.and(Filter<T>, Filter<T>) should be Filter<? super T>


    
> Support JSR-305 annotations (@Nullable, @Immutable, @Signed, @MatchesPattern)
> -----------------------------------------------------------------------------
>
>                 Key: ISIS-517
>                 URL: https://issues.apache.org/jira/browse/ISIS-517
>             Project: Isis
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: core-1.2.0
>            Reporter: Dan Haywood
>            Assignee: Oscar Bou
>             Fix For: core-2.0.0
>
>
> for jsr305 annotations, eg @Nullable, @Immutable, @Signed, @MatchesPattern
> applib.Filters.and(Filter<T>, Filter<T>) should be Filter<? super T>
> from duplicate ISIS-241:
> @javax.annotation.MatchesPattern 
> @javax.annotation.Nonnegative 
> @javax.annotation.Nullable 
> @javax.annotation.concurrent.Immutable 
> @javax.annotation.meta.Exhaustive (equivalent to @Bounded) 
> note that jsr305 is part of Isis' dependencies because of the dependency we 
> take on google guava.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to