View Javadoc

1   package com.atlassian.plugin.web.descriptors;
2   
3   /**
4    * A simple interface implemented by any weighted descriptors.
5    */
6   public interface WeightedDescriptor
7   {
8       public int getWeight();
9   }