Hi Johan, I have the sources of Isis in my IDE and this makes it really easy for me. Sometimes I forget that other people may work with different environment/setup...
Next time you face such problem just go to https://github.com/apache/isis/, press 't' key, and then type the name of the class (e.g. Disabled). https://github.com/apache/isis/blob/master/core/applib/src/main/java/org/apache/isis/applib/annotation/Disabled.java#L29 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jan 28, 2015 at 10:22 AM, <[email protected]> wrote: > Tnx Dan! > > > > @Martin: The Javadoc I missed (I suppose after a mvn clean install)- Or am > I overlooking something? > > > > org.apache.isis.applib.annotation.Disabled > > Note: This element neither has attached source nor attached Javadoc and > hence no Javadoc could be found. > > > > > A bunch of "domain semantics" annotations have now been replaced with > @DomainObject, @Action, @Property, @Collection and @Parameter. > > I've just updated [2] so you can quickly see what the newly deprecated > annotations have been replaced by. > > More info in general in ISIS-970, [2]. > > [1] http://isis.apache.org/reference/recognized-annotations/about.html > [2] https://issues.apache.org/jira/browse/ISIS-970 > > > On 28 January 2015 at 05:59, Martin Grigorov wrote: > > > Hi, > > > > Check @Disabled's javadoc. > > On Jan 28, 2015 7:57 AM, wrote: > > > > > Hi, > > > > > > > > > > > > What should I use in 1.8.0-snapshot instead of the depricated @Disabled > > > annotation on a property? I seemingly cannot find a counterpart in > > > PropertyLayout. > > > > > > > > > > > > Tnx. Johan > > > > > > > > > > > > > > > > > > > > > > > >
