所有程序包的分层结构

程序包分层结构:

类分层结构

接口分层结构

注释类型分层结构

  • com.supermap.services.Interface (implements java.lang.annotation.Annotation)
  • com.supermap.services.components.Component (implements java.lang.annotation.Annotation)
  • com.supermap.services.components.spi.UseUgo (implements java.lang.annotation.Annotation)
  • com.supermap.services.components.spi.UseS3 (implements java.lang.annotation.Annotation)
  • com.supermap.services.components.spi.SensitiveField (implements java.lang.annotation.Annotation)
  • com.supermap.services.components.spi.Property (implements java.lang.annotation.Annotation)
  • com.supermap.services.components.spi.ExportingInterface (implements java.lang.annotation.Annotation)
  • com.supermap.services.components.spi.DataPath (implements java.lang.annotation.Annotation)
  • com.supermap.services.components.spi.ClusterServiceFilterType (implements java.lang.annotation.Annotation)
  • com.supermap.services.rest.Template (implements java.lang.annotation.Annotation)
  • com.supermap.services.rest.ServiceIdentifier (implements java.lang.annotation.Annotation)
  • com.supermap.services.rest.commontypes.Resource (implements java.lang.annotation.Annotation)
  • com.supermap.services.rest.commontypes.Component (implements java.lang.annotation.Annotation)
  • com.supermap.services.tilesource.TileSourceProviderAnnotation (implements java.lang.annotation.Annotation)

枚举分层结构