Package org.eclipse.sapphire.modeling.annotations

Examples of org.eclipse.sapphire.modeling.annotations.Fact


    @Override
    protected void facts( final SortedSet<String> facts )
    {
        final PropertyDef property = context( PropertyDef.class );
       
        final Fact factAnnotation = property.getAnnotation( Fact.class );
       
        if( factAnnotation != null )
        {
            facts( facts, factAnnotation );
        }
View Full Code Here

TOP

Related Classes of org.eclipse.sapphire.modeling.annotations.Fact

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.