mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 17:27:49 +08:00
12 lines
486 B
Markdown
12 lines
486 B
Markdown
---
|
|
layout: editable
|
|
title: Facet
|
|
---
|
|
|
|
A facet represents certain configuration, specific for a particular framework/technology, associated with a module.
|
|
A module can have multiple facets. E.g. Spring specific configuration is stored in a Spring facet.
|
|
For more information about facets see
|
|
[Facet](http://www.jetbrains.com/idea/webhelp/facet.html)
|
|
and
|
|
[Facet Dependencies](http://www.jetbrains.com/idea/webhelp/available-facets-and-their-dependencies.html)
|
|
in IntelliJ IDEA Web Help. |